From e86be22737c93870841c053f20baaad29f33cd95 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 26 Jan 2018 12:05:35 +0100 Subject: [PATCH] htp: remove unused field from tx state --- src/app-layer-htp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app-layer-htp.h b/src/app-layer-htp.h index eccb0dd7c4..8924139ac4 100644 --- a/src/app-layer-htp.h +++ b/src/app-layer-htp.h @@ -202,7 +202,6 @@ typedef struct HtpTxUserData_ { uint8_t tcflags; uint8_t request_body_type; - uint8_t response_body_type; DetectEngineState *de_state; } HtpTxUserData;