From e8c95980354bc1e0ce2dfdc039b2684095d626d5 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 12 Oct 2015 18:21:42 +0200 Subject: [PATCH] detect sgh: remove unused field --- src/detect.h | 6 ------ 1 file changed, 6 deletions(-) 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;