summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/numeric.c8
1 files changed, 0 insertions, 8 deletions
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 <code>true</code> if the value of <code>fix</code> is
- * greater than that of <code>other</code>.
- */
mrb_value
mrb_fix2str(mrb_state *mrb, mrb_value x, int base)