From: Anoop Saldanha Date: Sat, 28 Sep 2013 07:38:13 +0000 (+0530) Subject: Remove unused vars alp_content_module_handle and proto_map from X-Git-Tag: suricata-2.0beta2~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06db1e4cb821cb33036c7a456af5fa399f0ca069;p=thirdparty%2Fsuricata.git Remove unused vars alp_content_module_handle and proto_map from struct AlpProtoDetectCtx. --- diff --git a/src/app-layer-detect-proto.h b/src/app-layer-detect-proto.h index 88f359a0ff..18b441f950 100644 --- a/src/app-layer-detect-proto.h +++ b/src/app-layer-detect-proto.h @@ -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. */