* complex.c (m_sqrt): unused.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
80a5a3f9dc
commit
359945ec7f
@ -470,6 +470,7 @@ m_sin(VALUE x)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
static VALUE
|
static VALUE
|
||||||
m_sqrt(VALUE x)
|
m_sqrt(VALUE x)
|
||||||
{
|
{
|
||||||
@ -491,6 +492,7 @@ m_sqrt(VALUE x)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
inline static VALUE
|
inline static VALUE
|
||||||
f_complex_polar(VALUE klass, VALUE x, VALUE y)
|
f_complex_polar(VALUE klass, VALUE x, VALUE y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user