aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
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;