mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove declarations unused since a95262356e
This commit is contained in:
parent
57bf354c9a
commit
59bec48e48
1 changed files with 0 additions and 2 deletions
|
@ -342,7 +342,6 @@ always_finite_type_p(VALUE x)
|
|||
return (RB_INTEGER_TYPE_P(x) || RB_TYPE_P(x, T_RATIONAL));
|
||||
}
|
||||
|
||||
VALUE rb_flo_is_finite_p(VALUE num);
|
||||
inline static int
|
||||
f_finite_p(VALUE x)
|
||||
{
|
||||
|
@ -355,7 +354,6 @@ f_finite_p(VALUE x)
|
|||
return RTEST(rb_funcallv(x, id_finite_p, 0, 0));
|
||||
}
|
||||
|
||||
VALUE rb_flo_is_infinite_p(VALUE num);
|
||||
inline static int
|
||||
f_infinite_p(VALUE x)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue