From: Volker Lendecke Date: Sun, 5 Oct 2008 21:34:58 +0000 (-0700) Subject: Remove an unused variable X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41aed9f2f3c6d53e1b8b6d72467bc5d5a0689dce;p=thirdparty%2Fsamba.git Remove an unused variable --- diff --git a/source/utils/net_dns.c b/source/utils/net_dns.c index 46f38d42f66..4e617a19688 100644 --- a/source/utils/net_dns.c +++ b/source/utils/net_dns.c @@ -145,7 +145,6 @@ error: int get_my_ip_address( struct sockaddr_storage **pp_ss ) { - struct iface_struct nics[MAX_INTERFACES]; int i, n; struct sockaddr_storage *list = NULL; int count = 0;