unused function

This commit is contained in:
Samyak Jain 2019-04-10 15:10:52 +05:30
parent d18b92760e
commit 5692a86d51

View File

@ -5,7 +5,6 @@ import "openzeppelin-solidity/contracts/token/ERC20/IERC20.sol";
interface UniswapFactory {
// Get Exchange and Token Info
function getExchange(address token) external view returns (address exchange);
function getToken(address exchange) external view returns (address token);
}
interface UniswapPool {