From: Ken Steele Date: Fri, 7 Nov 2014 16:33:38 +0000 (-0500) Subject: Remove an unused define COUNTER_DETECT_ALERTS X-Git-Tag: suricata-2.1beta3~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cdb21ec34b20b72d457055470cae485201a002e;p=thirdparty%2Fsuricata.git Remove an unused define COUNTER_DETECT_ALERTS The only place this exists in the code is when it is defined. --- 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 */