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);