From dac95ce39814e20cd86e5d759ae046b011ab11c1 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Sun, 11 Dec 2016 00:41:41 -0300 Subject: Remove unused variable inputFiles --- solc/CommandLineInterface.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'solc/CommandLineInterface.cpp') 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 inputFiles; bool addStdin = false; if (!m_args.count("input-file")) addStdin = true; -- cgit