More removal of "#if 0" content.

This commit is contained in:
"Robert P. J. Day"
2006-07-01 14:52:12 +00:00
parent 53f21e34a7
commit edd9ca5743
8 changed files with 0 additions and 89 deletions

View File

@ -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) {