Skip to content

Commit

Permalink
unused variable removed.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Feb 2, 2010
1 parent 48d402d commit f7d5887
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions enum.c
Original file line number Diff line number Diff line change
Expand Up @@ -1620,8 +1620,6 @@ enum_reverse_each(int argc, VALUE *argv, VALUE obj)
static VALUE
each_val_i(VALUE i, VALUE p, int argc, VALUE *argv)
{
VALUE *memo = (VALUE *)p;

ENUM_WANT_SVALUE();
rb_yield(i);
return Qnil;
Expand Down

0 comments on commit f7d5887

Please sign in to comment.