From 9d73777a46ddbfd1782753c2d04fbc22767e6de1 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sun, 16 Oct 2022 10:12:13 -0400 Subject: [PATCH] bsize/general: Remove unnecessary includes This commit removes unused/commented out #include lines. --- src/detect-bsize.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/detect-bsize.h b/src/detect-bsize.h index 6851abcb04..ad51b62cf9 100644 --- a/src/detect-bsize.h +++ b/src/detect-bsize.h @@ -24,8 +24,6 @@ #ifndef __DETECT_BSIZE_H__ #define __DETECT_BSIZE_H__ -//bool DetectBsizeValidateContent(const Signature *s, int list, const char **); -//void DetectBsizeApplyToContent(Signature *s, int list); void DetectBsizeRegister(void); int DetectBsizeMatch(const SigMatchCtx *ctx, const uint64_t buffer_size, bool eof);