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 (add_event_call_back): remove unused

variable.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
suke 2008-07-25 22:48:25 +00:00
parent 0841c2e67b
commit 6997482140
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sat Jul 26 07:44:14 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* ext/win32ole/win32ole.c (add_event_call_back): remove unused
variable.
Fri Jul 25 23:48:10 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* gc.c (gc_sweep, obj_free, run_final): defer finalizers of IO and

View file

@ -8089,7 +8089,6 @@ fev_s_msg_loop(VALUE klass)
static void
add_event_call_back(VALUE obj, VALUE event, VALUE data)
{
long at = -1;
VALUE events = rb_ivar_get(obj, id_events);
if (NIL_P(events) || TYPE(events) != T_ARRAY) {
events = rb_ary_new();