diff --git a/src/numeric.c b/src/numeric.c index 8d6c5fcbf..d3c3d68de 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -1157,14 +1157,6 @@ fix_minus(mrb_state *mrb, mrb_value self) return mrb_fixnum_minus(mrb, self, other); } -/* 15.2.8.3.29 (x) */ -/* - * call-seq: - * fix > other => true or false - * - * Returns true if the value of fix is - * greater than that of other. - */ mrb_value mrb_fix2str(mrb_state *mrb, mrb_value x, int base)