From: Victor Julien Date: Mon, 27 Feb 2017 22:12:09 +0000 (+0100) Subject: detect: remove unused detect flag X-Git-Tag: suricata-4.0.0-beta1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f76cbb870495507f02d91bde4603b45c691367b;p=thirdparty%2Fsuricata.git detect: remove unused detect flag --- diff --git a/src/detect.c b/src/detect.c index 973aa370e4..0541339a41 100644 --- a/src/detect.c +++ b/src/detect.c @@ -764,7 +764,6 @@ static inline void DetectPrefilterMergeSort(DetectEngineCtx *de_ctx, } #define SMS_USE_FLOW_SGH 0x01 -#define SMS_USED_PM 0x02 static inline void DetectPrefilterBuildNonPrefilterList(DetectEngineThreadCtx *det_ctx, SignatureMask mask)