]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect: remove unused thread ctx members
authorVictor Julien <vjulien@oisf.net>
Wed, 26 Apr 2023 05:07:15 +0000 (07:07 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 26 Apr 2023 05:42:13 +0000 (07:42 +0200)
src/detect.h

index 27fa7c471b098a3ea6ab81c5246dd677a4558150..bcaec38a32c7a46a1e6407291fc38672f1fdec33 100644 (file)
@@ -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 */