Transpile e170b59f

This commit is contained in:
github-actions
2022-02-08 09:01:46 +00:00
parent 6f7d517d7c
commit 47de4b8f94
8 changed files with 45 additions and 39 deletions

View File

@ -27,10 +27,6 @@ contract MathMockUpgradeable is Initializable {
return MathUpgradeable.ceilDiv(a, b);
}
function abs(int256 n) public pure returns (uint256) {
return MathUpgradeable.abs(n);
}
/**
* This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain.