]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
mpm: remove used counter
authorVictor Julien <victor@inliniac.net>
Sat, 19 Sep 2015 17:28:52 +0000 (19:28 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 19 Sep 2015 17:28:52 +0000 (19:28 +0200)
src/detect.h

index 886b1ade152274fc3733e8c84fd4d7f0c062257a..4b7b89c7d02e4c99ea4bcf5a96499803f8f36dad 100644 (file)
@@ -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;