summaryrefslogtreecommitdiff
path: root/complex.c
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
commit359945ec7fe2412836a1eaccebf04008d5d9010f (patch)
treee3b4c5af1eb0cc59e2294e5db32a269053959c83 /complex.c
parent80a5a3f9dca3e7e073f3e14a02c4873c30db0f0e (diff)
* complex.c (m_sqrt): unused.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 2 insertions, 0 deletions
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)