Merge pull request #523 from thesved/patch-1

Math.sol is not used, not needed
pull/543/head
Francisco Giordano 7 years ago committed by GitHub
commit a808b0b03f
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