From e74652415f854faae343c8157b5d6b7f89a6737a Mon Sep 17 00:00:00 2001 From: thesved <2893181+thesved@users.noreply.github.com> Date: Mon, 30 Oct 2017 11:07:26 +0100 Subject: [PATCH] Math.sol is not used, not needed Small thing, but the Math.sol is not really needed, since it is not used. --- contracts/token/TokenVesting.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/token/TokenVesting.sol b/contracts/token/TokenVesting.sol index 7d6c87ea0..7fb33b896 100644 --- a/contracts/token/TokenVesting.sol +++ b/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'; /**