From 0bb9c3e6d9dfaf11b66ed78493e0fca48212b4c9 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 8 Dec 2007 09:24:52 +0000 Subject: [PATCH] unused variables removed. git-svn-id: svn+ssh://ci.ruby-lang.org/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 36777430f4..629a8b8040 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);