diff --git a/lib/compiler.js b/lib/compiler.js index 64b1eee36..f274ebb15 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -1,8 +1,7 @@ var shelljs = require('shelljs'); var shelljs_global = require('shelljs/global'); var web3 = require('web3'); -var fs = require('fs'); -var solc = require('solc'); + Compiler = function(blockchainConfig) { this.blockchainConfig = blockchainConfig;