From 9a3df247f5189264fc1c3e870bc24263d07ee042 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 2 Feb 2018 17:16:59 -0500 Subject: [PATCH] remove unnecessary requires --- src/compiler.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler.js b/src/compiler.js index c5f2f6ba18..0db951a6b9 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -2,8 +2,6 @@ let fs = require('fs') var async = require('async') var path = require('path') -let remixLib = require('remix-lib') -let compilerInput = remixLib.helpers.compiler let RemixCompiler = require('remix-solidity').Compiler // TODO: replace this with remix's own compiler code