Math.sol is not used, not needed

Small thing, but the Math.sol is not really needed, since it is not used.
This commit is contained in:
thesved
2017-10-30 11:07:26 +01:00
committed by GitHub
parent 8e01dd14f9
commit e74652415f

View File

@ -3,7 +3,6 @@ pragma solidity ^0.4.11;
import './ERC20Basic.sol';
import './SafeERC20.sol';
import '../ownership/Ownable.sol';
import '../math/Math.sol';
import '../math/SafeMath.sol';
/**