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
@ -67,6 +67,5 @@ InitVM_resolv(void)
|
||||
void
|
||||
Init_resolv(void)
|
||||
{
|
||||
message_free = (rb_w32_osver() >= 10) ? heap_free : local_free;
|
||||
InitVM(resolv);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user