From 003f2d15c140b51f17f31f0277bc7ea85d805fc9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 7 Sep 2004 10:34:09 +0000 Subject: Remove stale leftovers --- libc/inet/resolv.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libc') diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 10ae457a2..bc1899cad 100644 --- a/libc/inet/resolv.c +++ b/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; -- cgit v1.2.3