-
Remove excessive condition from SafeMath.safeAdd() · 31c05c4c
There is no situation when `c>=a` will be `true` while `c>=b` will be `false`.
Oleksii Matiiasevych authored
×
There is no situation when `c>=a` will be `true` while `c>=b` will be `false`.