]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Remove an unused define COUNTER_DETECT_ALERTS
authorKen Steele <ken@tilera.com>
Fri, 7 Nov 2014 16:33:38 +0000 (11:33 -0500)
committerVictor Julien <victor@inliniac.net>
Thu, 27 Nov 2014 15:21:50 +0000 (16:21 +0100)
The only place this exists in the code is when it is defined.

src/detect.h

index df2690d290e1fdd014d1c798d33dbe4a3d6d30eb..04ea0d8b0167b53b93e62389f89862f471270ac0 100644 (file)
@@ -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 */