summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-13 00:55:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-13 00:55:08 +0000
commit87481fe2b5fcf24981591e5d44c2c1d4a8ca4cfc (patch)
treee3b4c5af1eb0cc59e2294e5db32a269053959c83
parent7be0bd894bcc0aad2e41c1c80aa40cd81b5ea735 (diff)
downloadruby-87481fe2b5fcf24981591e5d44c2c1d4a8ca4cfc.tar.gz
ruby-87481fe2b5fcf24981591e5d44c2c1d4a8ca4cfc.tar.xz
ruby-87481fe2b5fcf24981591e5d44c2c1d4a8ca4cfc.zip
* complex.c (m_sqrt): unused.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--complex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/complex.c b/complex.c
index 31dc0baad..316533f14 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)