summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-08 09:24:52 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-08 09:24:52 +0000
commit0bb9c3e6d9dfaf11b66ed78493e0fca48212b4c9 (patch)
tree9495406c458a9ff4f8dc5572c07a7e850cce372d /compile.c
parent1dd06c4301cd759d22917503e6c341b291146f2f (diff)
unused variables removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c3
1 files changed, 0 insertions, 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);