From: Danny Mayer Date: Fri, 15 Jun 2007 11:48:47 +0000 (-0400) Subject: Remove unused variable X-Git-Tag: NTP_4_2_5P51~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8567279e1b1af9ff3b13dad0747b636016f9328f;p=thirdparty%2Fntp.git Remove unused variable bk: 46727c9fODHuJU_TK2mbEw77tsX-FQ --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index d2a65e5f3..06edfc7c8 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));)