From: Victor Julien Date: Thu, 11 Nov 2021 12:28:44 +0000 (+0100) Subject: flow/manager: remove dead code X-Git-Tag: suricata-7.0.0-beta1~940 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0b8d92da8b22fa0581c6a81373c9e0d71f7e08;p=thirdparty%2Fsuricata.git flow/manager: remove dead code --- diff --git a/src/flow-manager.c b/src/flow-manager.c index 1ddb21fcc2..9f7f04fcec 100644 --- a/src/flow-manager.c +++ b/src/flow-manager.c @@ -597,8 +597,6 @@ typedef struct FlowQueueTimeoutCounters { uint32_t flows_timeout; } FlowQueueTimeoutCounters; -extern int g_detect_disabled; - typedef struct FlowCounters_ { uint16_t flow_mgr_full_pass; uint16_t flow_mgr_cnt_clo;