mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
enum.c: suppress warnings
* enum.c (each_val_i): svalue is no longer used. [ruby-core:61340] [Bug #9605] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ff84a6a2e7
commit
e4c06f3c22
1 changed files with 0 additions and 1 deletions
1
enum.c
1
enum.c
|
@ -2016,7 +2016,6 @@ enum_reverse_each(int argc, VALUE *argv, VALUE obj)
|
||||||
static VALUE
|
static VALUE
|
||||||
each_val_i(RB_BLOCK_CALL_FUNC_ARGLIST(i, p))
|
each_val_i(RB_BLOCK_CALL_FUNC_ARGLIST(i, p))
|
||||||
{
|
{
|
||||||
ENUM_WANT_SVALUE();
|
|
||||||
enum_yield(argc, argv);
|
enum_yield(argc, argv);
|
||||||
return Qnil;
|
return Qnil;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue