Remove excessive condition from SafeMath.safeAdd()
There is no situation when `c>=a` will be `true` while `c>=b` will be `false`.
Showing
Please
register
or
sign in
to comment
There is no situation when `c>=a` will be `true` while `c>=b` will be `false`.