diff --git a/src/detect.h b/src/detect.h index 886b1ade15..4b7b89c7d0 100644 --- a/src/detect.h +++ b/src/detect.h @@ -617,9 +617,6 @@ typedef struct DetectEngineCtx_ { /* hash table used to cull out duplicate sigs */ HashListTable *dup_sig_hash_table; - /* memory counters */ - uint32_t mpm_memory_size; - DetectEngineIPOnlyCtx io_ctx; ThresholdCtx ths_ctx;