diff --git a/nametoaddr.c b/nametoaddr.c index bcff10383d..71280b31c4 100644 --- a/nametoaddr.c +++ b/nametoaddr.c @@ -535,7 +535,6 @@ __pcap_nametodnaddr(const char *name, u_short *res) #ifdef DECNETLIB struct nodeent *getnodebyname(); struct nodeent *nep; - unsigned short res; nep = getnodebyname(name); if (nep == ((struct nodeent *)0))