From 854d955393b62b89222abe085c31f07865d211f5 Mon Sep 17 00:00:00 2001 From: suke Date: Thu, 3 Jul 2008 10:48:02 +0000 Subject: [PATCH] * ext/win32ole/win32ole.c (Init_win32ole): remove duplicate line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ ext/win32ole/win32ole.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 07a3cfb723..b87b1c68b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 3 19:44:44 2008 Masaki Suketa + + * ext/win32ole/win32ole.c (Init_win32ole): remove duplicate line. + Thu Jul 3 16:08:36 2008 Tanaka Akira * configure.in (erfc): erfc of glibc comes with Debian GNU/Linux Etch diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c index 1a63edadfd..ea027c153a 100644 --- a/ext/win32ole/win32ole.c +++ b/ext/win32ole/win32ole.c @@ -8280,7 +8280,6 @@ Init_win32ole() message_filter.RetryRejectedCall = mf_RetryRejectedCall; message_filter.MessagePending = mf_MessagePending; - com_hash = Data_Wrap_Struct(rb_cData, rb_mark_hash, st_free_table, st_init_numtable()); com_hash = Data_Wrap_Struct(rb_cData, rb_mark_hash, st_free_table, st_init_numtable()); rb_register_mark_object(com_hash);