]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect sgh: remove unused field
authorVictor Julien <victor@inliniac.net>
Mon, 12 Oct 2015 16:21:42 +0000 (18:21 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 5 Apr 2016 07:30:10 +0000 (09:30 +0200)
src/detect.h

index ab4674508b26c4f974473f098e0a7b7a60e73efb..55bfafa2f4560d5b7de4ae0bf179f2cf416ee07b 100644 (file)
@@ -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;