mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Unnecessary comments removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
73b86b2f8e
commit
a21b0c47c3
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue