From: Victor Julien Date: Wed, 26 Apr 2023 05:07:15 +0000 (+0200) Subject: detect: remove unused thread ctx members X-Git-Tag: suricata-7.0.0-rc2~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd57dc84543a1931781a645238f99261a140d2a;p=thirdparty%2Fsuricata.git detect: remove unused thread ctx members --- 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 */