ruby-changes:2647
From: ko1@a...
Date: 8 Dec 2007 18:36:13 +0900
Subject: [ruby-changes:2647] akr - Ruby:r14138 (trunk): unused variables removed.
akr 2007-12-08 18:24:52 +0900 (Sat, 08 Dec 2007)
New Revision: 14138
Modified files:
trunk/compile.c
Log:
unused variables removed.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=14138&r2=14137
Index: compile.c
===================================================================
--- compile.c (revision 14137)
+++ compile.c (revision 14138)
@@ -4090,9 +4090,6 @@
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);
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml