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

ruby-changes:37118

From: hsbt <ko1@a...>
Date: Sat, 10 Jan 2015 10:59:03 +0900 (JST)
Subject: [ruby-changes:37118] hsbt:r49199 (trunk): * complex.c: removed commented-out code.

hsbt	2015-01-10 10:58:59 +0900 (Sat, 10 Jan 2015)

  New Revision: 49199

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

  Log:
    * complex.c: removed commented-out code.

  Modified files:
    trunk/ChangeLog
    trunk/complex.c
Index: complex.c
===================================================================
--- complex.c	(revision 49198)
+++ complex.c	(revision 49199)
@@ -2112,10 +2112,6 @@ Init_Complex(void) https://github.com/ruby/ruby/blob/trunk/complex.c#L2112
     rb_undef_method(rb_cComplex, "truncate");
     rb_undef_method(rb_cComplex, "i");
 
-#if 0 /* NUBY */
-    rb_undef_method(rb_cComplex, "//");
-#endif
-
     rb_define_method(rb_cComplex, "real", nucomp_real, 0);
     rb_define_method(rb_cComplex, "imaginary", nucomp_imag, 0);
     rb_define_method(rb_cComplex, "imag", nucomp_imag, 0);
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 49198)
+++ ChangeLog	(revision 49199)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Jan 10 10:58:55 2015  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* complex.c: removed commented-out code.
+
 Sat Jan 10 10:57:19 2015  SHIBATA Hiroshi  <shibata.hiroshi@g...>
 
 	* rational.c: removed commented-out code.

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

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