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

ruby-changes:8240

From: nobu <ko1@a...>
Date: Mon, 13 Oct 2008 09:55:19 +0900 (JST)
Subject: [ruby-changes:8240] Ruby:r19768 (trunk): * complex.c (m_sqrt): unused.

nobu	2008-10-13 09:55:08 +0900 (Mon, 13 Oct 2008)

  New Revision: 19768

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

  Log:
    * complex.c (m_sqrt): unused.

  Modified files:
    trunk/complex.c

Index: complex.c
===================================================================
--- complex.c	(revision 19767)
+++ complex.c	(revision 19768)
@@ -470,6 +470,7 @@
     }
 }
 
+#if 0
 static VALUE
 m_sqrt(VALUE x)
 {
@@ -491,6 +492,7 @@
 	}
     }
 }
+#endif
 
 inline static VALUE
 f_complex_polar(VALUE klass, VALUE x, VALUE y)

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

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