Unverified Commit e7465241 by thesved Committed by GitHub

Math.sol is not used, not needed

Small thing, but the Math.sol is not really needed, since it is not used.
parent 8e01dd14
......@@ -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';
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment