From: Jeff Lucovsky Date: Sun, 16 Oct 2022 14:12:13 +0000 (-0400) Subject: bsize/general: Remove unnecessary includes X-Git-Tag: suricata-7.0.0-rc1~371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d73777a46ddbfd1782753c2d04fbc22767e6de1;p=thirdparty%2Fsuricata.git bsize/general: Remove unnecessary includes This commit removes unused/commented out #include lines. --- 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);