aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.cpp
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2016-12-11 11:41:41 +0800
committerFederico Bond <federicobond@gmail.com>2016-12-11 11:41:41 +0800
commitdac95ce39814e20cd86e5d759ae046b011ab11c1 (patch)
treeac902da2e400bbdc12d42848815b5b06779aaf2f /solc/CommandLineInterface.cpp
parent84443eb56022cdb236425b99e253d0b142261372 (diff)
downloaddexon-solidity-dac95ce39814e20cd86e5d759ae046b011ab11c1.tar.gz
dexon-solidity-dac95ce39814e20cd86e5d759ae046b011ab11c1.tar.zst
dexon-solidity-dac95ce39814e20cd86e5d759ae046b011ab11c1.zip
Remove unused variable inputFiles
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r--solc/CommandLineInterface.cpp1
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;