From afd57dc84543a1931781a645238f99261a140d2a Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 26 Apr 2023 07:07:15 +0200 Subject: [PATCH] detect: remove unused thread ctx members --- src/detect.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/detect.h b/src/detect.h index 27fa7c471b..bcaec38a32 100644 --- a/src/detect.h +++ b/src/detect.h @@ -1062,8 +1062,6 @@ typedef struct DetectEngineThreadCtx_ { uint16_t counter_match_list; #endif - int inspect_list; /**< list we're currently inspecting, DETECT_SM_LIST_* */ - struct { InspectionBuffer *buffers; uint32_t buffers_size; /**< in number of elements */ @@ -1180,7 +1178,6 @@ typedef struct DetectEngineThreadCtx_ { struct SCProfileSghData_ *sgh_perf_data; struct SCProfilePrefilterData_ *prefilter_perf_data; - int prefilter_perf_size; /** bytes inspected by current prefilter callback call */ uint64_t prefilter_bytes; /** number of times we inspected a buffer */ -- 2.47.2