浏览代码

Math.sol is not used, not needed

Small thing, but the Math.sol is not really needed, since it is not used.
thesved 8 年之前
父节点
当前提交
e74652415f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      contracts/token/TokenVesting.sol

+ 0 - 1
contracts/token/TokenVesting.sol

@@ -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';
 
 /**