From: Victor Julien Date: Sat, 19 Sep 2015 17:28:52 +0000 (+0200) Subject: mpm: remove used counter X-Git-Tag: suricata-3.0RC1~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496f9800ac8c35d833cd75b7959caf2103728f61;p=thirdparty%2Fsuricata.git mpm: remove used counter --- 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;