From fd0f55bd5e8487cf170f50e843b83533b818ec14 Mon Sep 17 00:00:00 2001 From: neru Date: Sun, 22 Mar 2026 00:03:15 -0300 Subject: [PATCH] fix: remove unused variable (again) --- src/unlocker/proxy.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unlocker/proxy.cpp b/src/unlocker/proxy.cpp index 93eb700..372e7ae 100644 --- a/src/unlocker/proxy.cpp +++ b/src/unlocker/proxy.cpp @@ -534,7 +534,6 @@ void Proxy::handleClient(SOCKET hClientSocket) if (!pendingUrls.empty()) pendingUrls.pop_front(); std::string respHeaders = serverStream.buffer.substr(0, bStart); - size_t firstSpace = respHeaders.find(' '); OnServerResponse.run(url, body, respHeaders); removeHeader(respHeaders, "Transfer-Encoding");