unused variable removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
48d402db88
commit
f7d5887fdb
2
enum.c
2
enum.c
@ -1620,8 +1620,6 @@ enum_reverse_each(int argc, VALUE *argv, VALUE obj)
|
|||||||
static VALUE
|
static VALUE
|
||||||
each_val_i(VALUE i, VALUE p, int argc, VALUE *argv)
|
each_val_i(VALUE i, VALUE p, int argc, VALUE *argv)
|
||||||
{
|
{
|
||||||
VALUE *memo = (VALUE *)p;
|
|
||||||
|
|
||||||
ENUM_WANT_SVALUE();
|
ENUM_WANT_SVALUE();
|
||||||
rb_yield(i);
|
rb_yield(i);
|
||||||
return Qnil;
|
return Qnil;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user