зеркало из https://github.com/github/ruby.git
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:
Родитель
1dd06c4301
Коммит
0bb9c3e6d9
|
@ -4090,9 +4090,6 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * node, int poped)
|
|||
break;
|
||||
}
|
||||
case NODE_ALIAS:{
|
||||
VALUE s1, s2;
|
||||
enum node_type t;
|
||||
|
||||
COMPILE(ret, "alias arg1", node->u1.node);
|
||||
COMPILE(ret, "alias arg2", node->u2.node);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче