From ce2c97ffd621afefc23b95613bc9a178f12dfddb Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 25 Jan 2025 10:12:32 +0100 Subject: [PATCH] detect: remove unused SignatureInitData member --- src/detect.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/detect.h b/src/detect.h index 804d3d7b1485..46dccf585750 100644 --- a/src/detect.h +++ b/src/detect.h @@ -585,8 +585,6 @@ typedef struct SignatureInitData_ { /** address settings for this signature */ const DetectAddressHead *src, *dst; - int prefilter_list; - /* holds built-in sm lists */ struct SigMatch_ *smlists[DETECT_SM_LIST_MAX]; /* holds built-in sm lists' tails */