From edd9ca574327205933f23205d7051f613e46b23b Mon Sep 17 00:00:00 2001 From: "\"Robert P. J. Day\"" Date: Sat, 1 Jul 2006 14:52:12 +0000 Subject: More removal of "#if 0" content. --- libbb/inet_common.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbb/inet_common.c') diff --git a/libbb/inet_common.c b/libbb/inet_common.c index 0051edbdc..d9e545148 100644 --- a/libbb/inet_common.c +++ b/libbb/inet_common.c @@ -133,9 +133,6 @@ int INET_rresolve(char *name, size_t len, struct sockaddr_in *s_in, if ((ad & (~netmask)) != 0 || (numeric & 0x4000)) host = 1; -#if 0 - INET_nn = NULL; -#endif pn = INET_nn; while (pn != NULL) { if (pn->addr.sin_addr.s_addr == ad && pn->host == host) { -- cgit v1.2.3