From 854d955393b62b89222abe085c31f07865d211f5 Mon Sep 17 00:00:00 2001 From: suke Date: Thu, 3 Jul 2008 10:48:02 +0000 Subject: * 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 --- ext/win32ole/win32ole.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/win32ole') 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); -- cgit v1.2.3