1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

win32ole: remove win32ole.rb

* ext/win32ole/lib/win32ole.rb: no longer used.  [Bug #2618] [ruby-core:27634]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-01-18 02:29:59 +00:00
parent 27ed294c71
commit 090d20fc16

View file

@ -1,7 +0,0 @@
require 'win32ole.so'
# re-define Thread#initialize
# bug #2618(ruby-core:27634)
TracePoint.trace(:thread_begin) {WIN32OLE.ole_initialize}
TracePoint.trace(:thread_end) {WIN32OLE.ole_uninitialize}