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:
akr 2007-12-08 09:24:52 +00:00
parent 1dd06c4301
commit 0bb9c3e6d9
1 changed files with 0 additions and 3 deletions

View File

@ -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);