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

ruby-changes:37117

From: hsbt <ko1@a...>
Date: Sat, 10 Jan 2015 10:57:33 +0900 (JST)
Subject: [ruby-changes:37117] hsbt:r49198 (trunk): * rational.c: removed commented-out code.

hsbt	2015-01-10 10:57:26 +0900 (Sat, 10 Jan 2015)

  New Revision: 49198

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

  Log:
    * rational.c: removed commented-out code.
    [Feature #10376][ruby-core:65643]

  Modified files:
    trunk/ChangeLog
    trunk/rational.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 49197)
+++ ChangeLog	(revision 49198)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Jan 10 10:57:19 2015  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* rational.c: removed commented-out code.
+	[Feature #10376][ruby-core:65643]
+
 Sat Jan 10 10:12:15 2015  Nobuyoshi Nakada  <nobu@r...>
 
 	* array.c (rb_ary_select_bang): keep the array consistent by
Index: rational.c
===================================================================
--- rational.c	(revision 49197)
+++ rational.c	(revision 49198)
@@ -2553,10 +2553,6 @@ Init_Rational(void) https://github.com/ruby/ruby/blob/trunk/rational.c#L2553
     rb_define_method(rb_cRational, "==", nurat_eqeq_p, 1);
     rb_define_method(rb_cRational, "coerce", nurat_coerce, 1);
 
-#if 0 /* NUBY */
-    rb_define_method(rb_cRational, "//", nurat_idiv, 1);
-#endif
-
 #if 0
     rb_define_method(rb_cRational, "quot", nurat_quot, 1);
     rb_define_method(rb_cRational, "quotrem", nurat_quotrem, 1);

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

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