win32: Removed never used/worked functions
Almost certainly, these have never been used in external extension libraries. If any had, these would have had to be declared in headers.
This commit is contained in:
parent
90dd482061
commit
ecfbd97292
@ -4211,6 +4211,7 @@ freeifaddrs(struct ifaddrs *ifp)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0 // Have never been used
|
||||
//
|
||||
// Networking stubs
|
||||
//
|
||||
@ -4237,6 +4238,7 @@ void setnetent (int stayopen) {}
|
||||
void setprotoent (int stayopen) {}
|
||||
|
||||
void setservent (int stayopen) {}
|
||||
#endif
|
||||
|
||||
/* License: Ruby's */
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user