From f22c4ded510286efbad1bbc4de6f8fbe3ed4a0ad Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 8 Dec 2007 09:24:52 +0000 Subject: unused variables removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/compile.c b/compile.c index 36777430f..629a8b804 100644 --- a/compile.c +++ b/compile.c @@ -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); -- cgit