From: Guy Harris Date: Sun, 5 Nov 2017 09:38:08 +0000 (-0800) Subject: Get rid of an unused variable. X-Git-Tag: libpcap-1.9-bp~437 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/6b58c312d9c94701aef78034efd394bcff9b4a85?ds=sidebyside;hp=--cc Get rid of an unused variable. --- 6b58c312d9c94701aef78034efd394bcff9b4a85 diff --git a/nametoaddr.c b/nametoaddr.c index ac75e567..21562a59 100644 --- a/nametoaddr.c +++ b/nametoaddr.c @@ -517,7 +517,6 @@ pcap_ether_hostton(const char *name) register u_char *ap; static FILE *fp = NULL; static int init = 0; - int err; if (!init) { ++init;