From: Victor Julien Date: Tue, 25 Apr 2023 16:30:58 +0000 (+0200) Subject: detect: remove unused field X-Git-Tag: suricata-7.0.0-rc2~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce967da53c0fc036fb38e10f81348c68558eb39;p=thirdparty%2Fsuricata.git detect: remove unused field --- diff --git a/src/detect.h b/src/detect.h index 6a9f735aea..f5322f7975 100644 --- a/src/detect.h +++ b/src/detect.h @@ -859,11 +859,6 @@ typedef struct DetectEngineCtx_ { /* maximum recursion depth for content inspection */ int inspection_recursion_limit; - /* conf parameter that limits the length of the http request body inspected */ - int hcbd_buffer_limit; - /* conf parameter that limits the length of the http response body inspected */ - int hsbd_buffer_limit; - /* array containing all sgh's in use so we can loop * through it in Stage4. */ struct SigGroupHead_ **sgh_array;