aboutsummaryrefslogtreecommitdiffstats
path: root/rational.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-10 01:57:26 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-10 01:57:26 +0000
commit82c55fced9ea288bde190687daa38b0f0487e375 (patch)
tree53f6397208cee476edd61bc4b0a65291096b0a17 /rational.c
parent9f7179c5b7003ce1edf2c5e5c88700139d885c2e (diff)
downloadruby-82c55fced9ea288bde190687daa38b0f0487e375.tar.gz
* rational.c: removed commented-out code.
[Feature #10376][ruby-core:65643] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'rational.c')
-rw-r--r--rational.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rational.c b/rational.c
index addb195e81..74a0eab219 100644
--- a/rational.c
+++ b/rational.c
@@ -2553,10 +2553,6 @@ Init_Rational(void)
rb_define_method(rb_cRational, "==", nurat_eqeq_p, 1);
rb_define_method(rb_cRational, "coerce", nurat_coerce, 1);
-#if 0 /* NUBY */
- rb_define_method(rb_cRational, "//", nurat_idiv, 1);
-#endif
-
#if 0
rb_define_method(rb_cRational, "quot", nurat_quot, 1);
rb_define_method(rb_cRational, "quotrem", nurat_quotrem, 1);