From 5cdb21ec34b20b72d457055470cae485201a002e Mon Sep 17 00:00:00 2001 From: Ken Steele Date: Fri, 7 Nov 2014 11:33:38 -0500 Subject: [PATCH] Remove an unused define COUNTER_DETECT_ALERTS The only place this exists in the code is when it is defined. --- src/detect.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/detect.h b/src/detect.h index df2690d290..04ea0d8b01 100644 --- a/src/detect.h +++ b/src/detect.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2013 Open Information Security Foundation +/* Copyright (C) 2007-2014 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free @@ -43,8 +43,6 @@ #include "detect-mark.h" -#define COUNTER_DETECT_ALERTS 1 - #define DETECT_MAX_RULE_SIZE 8192 /* forward declarations for the structures from detect-engine-sigorder.h */