aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 20:52:05 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 20:52:05 +0000
commit12c441b0ea9e209b876664a934e675a84e26d57f (patch)
treed148dfd76ff244a28268c3f5d761cde0f336ae15 /acl.c
parent752fca7450848cfa30460d7af91ce1a39c1c709a (diff)
remove unused variable (discovered by the compiler)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19306 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'acl.c')
-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;