Math.sol is not used, not needed

Small thing, but the Math.sol is not really needed, since it is not used.
pull/523/head
thesved 7 years ago committed by GitHub
parent 8e01dd14f9
commit e74652415f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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';
/**

Loading…
Cancel
Save