aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)