mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
bigint.c: remove unused function prototypes.
This commit is contained in:
@@ -1417,8 +1417,4 @@ mrb_bint_rshift(mrb_state *mrb, mrb_value x, mrb_int width)
|
||||
}
|
||||
return bint_norm(mrb, b2);
|
||||
}
|
||||
|
||||
void mpz_abs(mpz_t *, mpz_t *);
|
||||
void mpz_gcd(mpz_t *, mpz_t *, mpz_t *);
|
||||
|
||||
#endif /* MRB_USE_BIGINT */
|
||||
|
||||
Reference in New Issue
Block a user