Avoid leaving an uneeded comment

465bd972ec2 didn't need to leave the obsoleted code.
This commit is contained in:
Takashi Kokubun 2023-01-30 13:12:06 -08:00
parent 07d1b3ddc3
commit 006682d391
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -186,12 +186,6 @@ class Integer
end
alias magnitude abs
=begin
def magnitude
Primitive.attr! 'inline'
Primitive.cexpr! 'rb_int_abs(self)'
end
=end
# call-seq:
# int.odd? -> true or false