From 359945ec7fe2412836a1eaccebf04008d5d9010f Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 13 Oct 2008 00:55:08 +0000 Subject: * complex.c (m_sqrt): unused. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- complex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'complex.c') diff --git a/complex.c b/complex.c index 31dc0baade..316533f14c 100644 --- a/complex.c +++ b/complex.c @@ -470,6 +470,7 @@ m_sin(VALUE x) } } +#if 0 static VALUE m_sqrt(VALUE x) { @@ -491,6 +492,7 @@ m_sqrt(VALUE x) } } } +#endif inline static VALUE f_complex_polar(VALUE klass, VALUE x, VALUE y) -- cgit v1.2.3