зеркало из https://github.com/github/ruby.git
hash.c: unused functions on non-Windows
* hash.c (invalid_envname, check_envname): not used on platforms other than Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9ee5345c4b
Коммит
20014eb3e0
2
hash.c
2
hash.c
|
@ -2722,9 +2722,7 @@ getenvblocksize()
|
|||
{
|
||||
return (rb_w32_osver() >= 5) ? 32767 : 5120;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_SETENV) || !defined(HAVE_UNSETENV)
|
||||
NORETURN(static void invalid_envname(const char *name));
|
||||
|
||||
static void
|
||||
|
|
Загрузка…
Ссылка в новой задаче