mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 03:59:01 +00:00
remove unused variable (discovered by the compiler)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
acl.c
4
acl.c
@@ -71,10 +71,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
#include "asterisk/srv.h"
|
#include "asterisk/srv.h"
|
||||||
#include "asterisk/compat.h"
|
#include "asterisk/compat.h"
|
||||||
|
|
||||||
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
|
|
||||||
AST_MUTEX_DEFINE_STATIC(routeseq_lock);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct ast_ha {
|
struct ast_ha {
|
||||||
/* Host access rule */
|
/* Host access rule */
|
||||||
struct in_addr netaddr;
|
struct in_addr netaddr;
|
||||||
|
Reference in New Issue
Block a user