Commit 7deaee04 by Manuel Aráoz Committed by GitHub

Merge pull request #263 from DaveAppleton/master

assert is now built in
parents a49fe53f 2020d56b
......@@ -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