summaryrefslogtreecommitdiff
path: root/ext/win32ole
diff options
context:
space:
mode:
authorsuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-13 11:10:42 +0000
committersuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-13 11:10:42 +0000
commitfe8b513378f60f4b89ea7c9c190e22097cd90b08 (patch)
tree26c1ca6d10cc64c168c5340e81527250932a6149 /ext/win32ole
parent651b31e3677289df968eaec416494e5b9536b0e1 (diff)
* ext/win32ole/win32ole.c: remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/win32ole')
-rw-r--r--ext/win32ole/win32ole.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c
index c86835eb4f..3ca594e9c3 100644
--- a/ext/win32ole/win32ole.c
+++ b/ext/win32ole/win32ole.c
@@ -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;