зеркало из https://github.com/github/ruby.git
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:
Родитель
90dd482061
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче