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

ruby-changes:54276

From: k0kubun <ko1@a...>
Date: Sat, 22 Dec 2018 01:19:36 +0900 (JST)
Subject: [ruby-changes:54276] k0kubun:r66485 (trunk): ../arith_seq/../extract.c: remove unused variable

k0kubun	2018-12-22 01:19:31 +0900 (Sat, 22 Dec 2018)

  New Revision: 66485

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66485

  Log:
    ../arith_seq/../extract.c: remove unused variable

  Modified files:
    trunk/ext/-test-/arith_seq/extract/extract.c
Index: ext/-test-/arith_seq/extract/extract.c
===================================================================
--- ext/-test-/arith_seq/extract/extract.c	(revision 66484)
+++ ext/-test-/arith_seq/extract/extract.c	(revision 66485)
@@ -5,7 +5,7 @@ arith_seq_s_extract(VALUE mod, VALUE obj https://github.com/ruby/ruby/blob/trunk/ext/-test-/arith_seq/extract/extract.c#L5
 {
   rb_arithmetic_sequence_components_t x;
   VALUE ret;
-  int f, r;
+  int r;
 
   r = rb_arithmetic_sequence_extract(obj, &x);
 

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

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