From fb7ce37e918968c98f67d995e4ab5f1a953a9fa0 Mon Sep 17 00:00:00 2001 From: yann300 Date: Sat, 25 Apr 2020 13:00:17 +0200 Subject: [PATCH] remve unneeded prop --- src/app/compiler/compiler-sourceVerifier-fetchAndCompile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/compiler/compiler-sourceVerifier-fetchAndCompile.js b/src/app/compiler/compiler-sourceVerifier-fetchAndCompile.js index 8356939d38..d5a933cbbf 100644 --- a/src/app/compiler/compiler-sourceVerifier-fetchAndCompile.js +++ b/src/app/compiler/compiler-sourceVerifier-fetchAndCompile.js @@ -16,7 +16,6 @@ export default class FetchAndCompile extends Plugin { constructor () { super(profile) - this.compiler = null this.unresolvedAddresses = [] this.firstResolvedAddress = null this.sourceVerifierNetWork = ['Main', 'Rinkeby', 'Ropsten', 'Goerli']