aboutsummaryrefslogtreecommitdiff
path: root/libbb/inet_common.c
diff options
context:
space:
mode:
author"Robert P. J. Day" <rpjday@mindspring.com>2006-07-01 14:52:12 +0000
committer"Robert P. J. Day" <rpjday@mindspring.com>2006-07-01 14:52:12 +0000
commitedd9ca574327205933f23205d7051f613e46b23b (patch)
treed88d2f2f16e9bbb8bf03943d4d1e9dd4c717b24e /libbb/inet_common.c
parent53f21e34a7765c74afab1a8867f4965fb981edb7 (diff)
downloadbusybox-edd9ca574327205933f23205d7051f613e46b23b.tar.gz
More removal of "#if 0" content.
Diffstat (limited to 'libbb/inet_common.c')
-rw-r--r--libbb/inet_common.c3
1 files changed, 0 insertions, 3 deletions
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) {