From a6e86fef049e9c14143eed8b84bbe66e8523708c Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 29 Sep 2022 13:09:52 +0200 Subject: [PATCH] detect: remove unused data struct --- src/detect.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/detect.h b/src/detect.h index ce249e1ca9..7f7021e9a9 100644 --- a/src/detect.h +++ b/src/detect.h @@ -994,15 +994,6 @@ enum { #define ENGINE_SGH_MPM_FACTORY_CONTEXT_START_ID_RANGE (ENGINE_SGH_MPM_FACTORY_CONTEXT_AUTO + 1) }; -typedef struct HttpReassembledBody_ { - const uint8_t *buffer; - uint8_t *decompressed_buffer; - uint32_t buffer_size; /**< size of the buffer itself */ - uint32_t buffer_len; /**< data len in the buffer */ - uint32_t decompressed_buffer_len; - uint64_t offset; /**< data offset */ -} HttpReassembledBody; - #define DETECT_FILESTORE_MAX 15 typedef struct SignatureNonPrefilterStore_ { -- 2.47.2