mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
resolv.c: fix commit miss
* ext/win32/resolv/resolv.c (Init_resolv): remove dead code. [Bug #12604] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
61d25d2796
commit
647d2bc301
1 changed files with 0 additions and 1 deletions
|
@ -67,6 +67,5 @@ InitVM_resolv(void)
|
|||
void
|
||||
Init_resolv(void)
|
||||
{
|
||||
message_free = (rb_w32_osver() >= 10) ? heap_free : local_free;
|
||||
InitVM(resolv);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue