Commit 2020d56b by Dave Appleton

assert is now built in

parent a49fe53f
......@@ -45,9 +45,4 @@ library SafeMath {
return a < b ? a : b;
}
function assert(bool assertion) internal {
if (!assertion) {
throw;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment