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

* ext/win32ole/win32ole.c: remove unused variable.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
suke 2014-08-13 11:10:42 +00:00
parent 651b31e367
commit fe8b513378
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Aug 13 20:09:37 2014 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* ext/win32ole/win32ole.c: remove unused variable.
Wed Aug 13 19:31:27 2014 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* ext/win32ole/win32ole.c(ole_search_handler_method, rescue_callback,

View file

@ -105,7 +105,6 @@ typedef struct tagIEVENTSINKOBJ {
VALUE cWIN32OLE;
VALUE cWIN32OLE_EVENT;
VALUE cWIN32OLE_VARIANT;
VALUE cWIN32OLE_PROPERTY;
VALUE cWIN32OLE_RECORD;
static VALUE ary_ole_event;