diff options
author | Federico Bond <federicobond@gmail.com> | 2016-12-11 11:41:41 +0800 |
---|---|---|
committer | Federico Bond <federicobond@gmail.com> | 2016-12-11 11:41:41 +0800 |
commit | dac95ce39814e20cd86e5d759ae046b011ab11c1 (patch) | |
tree | ac902da2e400bbdc12d42848815b5b06779aaf2f /solc | |
parent | 84443eb56022cdb236425b99e253d0b142261372 (diff) | |
download | dexon-solidity-dac95ce39814e20cd86e5d759ae046b011ab11c1.tar dexon-solidity-dac95ce39814e20cd86e5d759ae046b011ab11c1.tar.gz dexon-solidity-dac95ce39814e20cd86e5d759ae046b011ab11c1.tar.bz2 dexon-solidity-dac95ce39814e20cd86e5d759ae046b011ab11c1.tar.lz dexon-solidity-dac95ce39814e20cd86e5d759ae046b011ab11c1.tar.xz dexon-solidity-dac95ce39814e20cd86e5d759ae046b011ab11c1.tar.zst dexon-solidity-dac95ce39814e20cd86e5d759ae046b011ab11c1.zip |
Remove unused variable inputFiles
Diffstat (limited to 'solc')
-rw-r--r-- | solc/CommandLineInterface.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index 6e59099a..c83432ca 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -325,7 +325,6 @@ void CommandLineInterface::handleFormal() void CommandLineInterface::readInputFilesAndConfigureRemappings() { - vector<string> inputFiles; bool addStdin = false; if (!m_args.count("input-file")) addStdin = true; |