From 9ce967da53c0fc036fb38e10f81348c68558eb39 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 25 Apr 2023 18:30:58 +0200 Subject: [PATCH] detect: remove unused field --- src/detect.h | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.47.2