projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7f01e0
)
remove unused variable (discovered by the compiler)
author
Luigi Rizzo
<rizzo@icir.org>
Tue, 11 Apr 2006 20:52:05 +0000
(20:52 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Tue, 11 Apr 2006 20:52:05 +0000
(20:52 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19306
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
acl.c
patch
|
blob
|
history
diff --git
a/acl.c
b/acl.c
index
4740e78
..
9d11a04
100644
(file)
--- 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;