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)