diff --git a/proxy/http/HttpSM.h b/proxy/http/HttpSM.h index 532b995a6fe..3ce26def355 100644 --- a/proxy/http/HttpSM.h +++ b/proxy/http/HttpSM.h @@ -417,7 +417,6 @@ class HttpSM : public Continuation, public PluginUserArgs * we should create a new connection and then once we attach the session we'll mark it as private. */ bool will_be_private_ss = false; - int shared_session_retries = 0; IOBufferReader *server_buffer_reader = nullptr; HttpTransformInfo transform_info;