From ae0b8d92da8b22fa0581c6a81373c9e0d71f7e08 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 11 Nov 2021 13:28:44 +0100 Subject: [PATCH] flow/manager: remove dead code --- src/flow-manager.c | 2 -- 1 file changed, 2 deletions(-) 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;