summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-04-11 20:52:05 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-04-11 20:52:05 +0000
commit94e5209dba4eafc507445c8eef208cc38d8601c7 (patch)
treed148dfd76ff244a28268c3f5d761cde0f336ae15
parentd7f01e051b8907671d49b55100046410bb0939cd (diff)
remove unused variable (discovered by the compiler)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--acl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/acl.c b/acl.c
index 4740e78fe..9d11a04b8 100644
--- a/acl.c
+++ b/acl.c
@@ -71,10 +71,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/srv.h"
#include "asterisk/compat.h"
-#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
-AST_MUTEX_DEFINE_STATIC(routeseq_lock);
-#endif
-
struct ast_ha {
/* Host access rule */
struct in_addr netaddr;