@@ -45,9 +45,4 @@ library SafeMath {
return a < b ? a : b;
}
- function assert(bool assertion) internal {
- if (!assertion) {
- throw;
- }