diff options
author | shigek <shigek@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-05 04:12:00 +0000 |
---|---|---|
committer | shigek <shigek@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-05 04:12:00 +0000 |
commit | 0f78830a1b35d2003dd27cbe59ec7ad969d1e8ea (patch) | |
tree | ad00d26b43fd6ade2e9c55c62f71123b8e696730 | |
parent | ba0492ae8f61c8a63b73f8d0c182c9d09d5b484c (diff) | |
download | ruby-0f78830a1b35d2003dd27cbe59ec7ad969d1e8ea.tar.gz ruby-0f78830a1b35d2003dd27cbe59ec7ad969d1e8ea.tar.xz ruby-0f78830a1b35d2003dd27cbe59ec7ad969d1e8ea.zip |
Unnecessary comments removed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/bigdecimal/bigdecimal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index 7ca1f242a..edfa65be1 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -542,9 +542,6 @@ BigDecimal_sub(VALUE self, VALUE r) static VALUE BigDecimalCmp(VALUE self, VALUE r,char op) -/* - * op: '=' - */ { ENTER(5); S_INT e; |