mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
unused variables removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1dd06c4301
commit
0bb9c3e6d9
1 changed files with 0 additions and 3 deletions
|
@ -4090,9 +4090,6 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * node, int poped)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case NODE_ALIAS:{
|
case NODE_ALIAS:{
|
||||||
VALUE s1, s2;
|
|
||||||
enum node_type t;
|
|
||||||
|
|
||||||
COMPILE(ret, "alias arg1", node->u1.node);
|
COMPILE(ret, "alias arg1", node->u1.node);
|
||||||
COMPILE(ret, "alias arg2", node->u2.node);
|
COMPILE(ret, "alias arg2", node->u2.node);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue