Browse Source

Remove stale leftovers

Eric Andersen 21 years ago
parent
commit
003f2d15c1
1 changed files with 0 additions and 9 deletions
  1. 0 9
      libc/inet/resolv.c

+ 0 - 9
libc/inet/resolv.c

@@ -1042,15 +1042,6 @@ struct hostent *gethostbyname2(const char *name, int family)
 }
 #endif
 
-#ifdef L_getnetbyname
-
-struct netent * getnetbyname(const char * name)
-{
-	return NULL;
-}
-#endif
-
-
 #ifdef L_res_init
 struct __res_state _res;