From: Luigi Rizzo Date: Tue, 11 Apr 2006 20:52:05 +0000 (+0000) Subject: remove unused variable (discovered by the compiler) X-Git-Tag: 1.4.0-beta1~2022 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94e5209dba4eafc507445c8eef208cc38d8601c7;p=thirdparty%2Fasterisk.git remove unused variable (discovered by the compiler) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19306 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/acl.c b/acl.c index 4740e78fe8..9d11a04b8b 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;