mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
9ee5345c4b
commit
20014eb3e0
1 changed files with 0 additions and 2 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue