]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Remove unused vars alp_content_module_handle and proto_map from
authorAnoop Saldanha <anoopsaldanha@gmail.com>
Sat, 28 Sep 2013 07:38:13 +0000 (13:08 +0530)
committerAnoop Saldanha <anoopsaldanha@gmail.com>
Sun, 29 Sep 2013 17:43:11 +0000 (23:13 +0530)
struct AlpProtoDetectCtx.

src/app-layer-detect-proto.h

index 88f359a0ff2c6acf962a66e555c2d7dac04b1ca1..18b441f9503ffa55c69c907e817c73ee208abca4 100644 (file)
@@ -60,13 +60,6 @@ typedef struct AlpProtoDetectCtx_ {
 
     MpmPatternIdStore *mpm_pattern_id_store;    /** pattern id store */
 
-    int alp_content_module_handle;
-
-    /** mapping between proto id's and pattern id's: this will
-     *  be used to look up a proto by the pattern id. The pattern
-     *  id is returned by the mpm */
-    //uint16_t *proto_map;
-
     /** Mapping between pattern id and signature. As each signature has a
      *  unique pattern with a unique id, we can lookup the signature by
      *  the pattern id. */