From: Danny Mayer Date: Fri, 15 Jun 2007 11:48:47 +0000 (-0400) Subject: Remove unused variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8142fd0862ad433f315d81ab29640c20fbb61334;p=thirdparty%2Fntp.git Remove unused variable bk: 46727c9fODHuJU_TK2mbEw77tsX-FQ --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index d2a65e5f30..06edfc7c8f 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -3208,7 +3208,6 @@ findlocalinterface( struct sockaddr_storage saddr; GETSOCKNAME_SOCKLEN_TYPE saddrlen = SOCKLEN(addr); struct interface *iface; - int on = 1; DPRINTF(4, ("Finding interface for addr %s in list of addresses\n", stoa(addr));)