From 55ac2c7a667f1086a0de608c7109587162797fbd Mon Sep 17 00:00:00 2001 From: Susan Hinrichs Date: Thu, 13 May 2021 21:28:19 +0000 Subject: [PATCH] Remove unused member from HttpSM --- proxy/http/HttpSM.h | 1 - 1 file changed, 1 deletion(-) 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;