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:
nobu 2014-06-24 18:24:24 +00:00
Родитель 9ee5345c4b
Коммит 20014eb3e0
1 изменённых файлов: 0 добавлений и 2 удалений

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