[前][次][番号順一覧][スレッド一覧]

ruby-changes:14689

From: akr <ko1@a...>
Date: Wed, 3 Feb 2010 00:14:45 +0900 (JST)
Subject: [ruby-changes:14689] Ruby:r26543 (trunk): unused variable removed.

akr	2010-02-03 00:14:34 +0900 (Wed, 03 Feb 2010)

  New Revision: 26543

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26543

  Log:
    unused variable removed.

  Modified files:
    trunk/enum.c

Index: enum.c
===================================================================
--- enum.c	(revision 26542)
+++ enum.c	(revision 26543)
@@ -1620,8 +1620,6 @@
 static VALUE
 each_val_i(VALUE i, VALUE p, int argc, VALUE *argv)
 {
-    VALUE *memo = (VALUE *)p;
-
     ENUM_WANT_SVALUE();
     rb_yield(i);
     return Qnil;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]