bigint.c (mrb_bint_idiv): remove unused function.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-08-16 15:45:54 +09:00
parent 4107cc95a2
commit 993c388cce
-6
View File
@@ -1260,12 +1260,6 @@ mrb_bint_div_ii(mrb_state *mrb, mrb_int x, mrb_int y)
return bint_norm(mrb, b);
}
mrb_value
mrb_bint_idiv(mrb_state *mrb, mrb_value x, mrb_value y)
{
return mrb_nil_value();
}
mrb_value
mrb_bint_mod(mrb_state *mrb, mrb_value x, mrb_value y)
{