summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-02-22 19:05:46 +0900
committerMasaki Muranaka <[email protected]>2013-02-23 11:42:27 +0900
commit11997dd0abd0a4daa991695014ef5a2c497db8be (patch)
tree4d3730d961d43690f95860e752938ac4b596ab8d
parent316faf6790afc8b3eb8ba77a5097c8cc0e22104c (diff)
downloadmruby-11997dd0abd0a4daa991695014ef5a2c497db8be.tar.gz
mruby-11997dd0abd0a4daa991695014ef5a2c497db8be.zip
Remove a comment at an unsuitable place.
-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)