mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue