From 2b823546174b743ccedf00d54a79970ca046dd60 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 10 Oct 2017 11:46:33 +0300 Subject: Remove redundant constructor --- src/utils/exchange_transfer_simulator.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/utils') diff --git a/src/utils/exchange_transfer_simulator.ts b/src/utils/exchange_transfer_simulator.ts index 74df87357..fe6bf43bd 100644 --- a/src/utils/exchange_transfer_simulator.ts +++ b/src/utils/exchange_transfer_simulator.ts @@ -82,9 +82,6 @@ export class BalanceAndProxyAllowanceLazyStore { } export class ExchangeTransferSimulator extends BalanceAndProxyAllowanceLazyStore { - constructor(token: TokenWrapper) { - super(token); - } /** * Simulates transferFrom call performed by a proxy * @param tokenAddress Address of a token to be transfered -- cgit v1.2.3