From: Victor Julien Date: Mon, 12 Oct 2015 16:21:42 +0000 (+0200) Subject: detect sgh: remove unused field X-Git-Tag: suricata-3.1RC1~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8c95980354bc1e0ce2dfdc039b2684095d626d5;p=thirdparty%2Fsuricata.git detect sgh: remove unused field --- diff --git a/src/detect.h b/src/detect.h index ab4674508b..55bfafa2f4 100644 --- a/src/detect.h +++ b/src/detect.h @@ -1005,12 +1005,6 @@ typedef struct SigGroupHead_ { /* track min pattern length for content. Used in grouping */ uint16_t mpm_content_minlen; - /** array of masks, used to check multiple masks against - * a packet using SIMD. */ -#if defined(__SSE3__) || defined(__tile__) - SignatureMask *mask_array; -#endif - /* non mpm list excluding SYN rules */ SignatureNonMpmStore *non_mpm_other_store_array; // size is non_mpm_store_cnt * sizeof(SignatureNonMpmStore) uint32_t non_mpm_other_store_cnt;