mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unused function declarations
This commit is contained in:
parent
3e23991345
commit
52bca75cde
Notes:
git
2020-12-12 14:13:08 +09:00
1 changed files with 0 additions and 4 deletions
|
@ -170,13 +170,9 @@ round_half_even(double x, double s)
|
|||
return x;
|
||||
}
|
||||
|
||||
static VALUE fix_uminus(VALUE num);
|
||||
static VALUE fix_mul(VALUE x, VALUE y);
|
||||
static VALUE fix_lshift(long, unsigned long);
|
||||
static VALUE fix_rshift(long, unsigned long);
|
||||
static VALUE int_pow(long x, unsigned long y);
|
||||
static VALUE int_even_p(VALUE x);
|
||||
static int int_round_zero_p(VALUE num, int ndigits);
|
||||
static VALUE rb_int_floor(VALUE num, int ndigits);
|
||||
static VALUE rb_int_ceil(VALUE num, int ndigits);
|
||||
static VALUE flo_to_i(VALUE num);
|
||||
|
|
Loading…
Reference in a new issue