aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-10 01:58:59 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-10 01:58:59 +0000
commit847461260f5d35b24a2bdf69afd3abd933fc3a1f (patch)
tree1615a1325e2871306291d7079f26adbfe79151b0 /complex.c
parent82c55fced9ea288bde190687daa38b0f0487e375 (diff)
downloadruby-847461260f5d35b24a2bdf69afd3abd933fc3a1f.tar.gz
* complex.c: removed commented-out code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/complex.c b/complex.c
index 11a394c6ce..251c120029 100644
--- a/complex.c
+++ b/complex.c
@@ -2112,10 +2112,6 @@ Init_Complex(void)
rb_undef_method(rb_cComplex, "truncate");
rb_undef_method(rb_cComplex, "i");
-#if 0 /* NUBY */
- rb_undef_method(rb_cComplex, "//");
-#endif
-
rb_define_method(rb_cComplex, "real", nucomp_real, 0);
rb_define_method(rb_cComplex, "imaginary", nucomp_imag, 0);
rb_define_method(rb_cComplex, "imag", nucomp_imag, 0);