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:
parent
27ed294c71
commit
090d20fc16
1 changed files with 0 additions and 7 deletions
|
@ -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}
|
Loading…
Add table
Reference in a new issue