diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index 6e59099aa..c83432ca2 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -325,7 +325,6 @@ void CommandLineInterface::handleFormal() void CommandLineInterface::readInputFilesAndConfigureRemappings() { - vector inputFiles; bool addStdin = false; if (!m_args.count("input-file")) addStdin = true;