mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove unused variable inputFiles
This commit is contained in:
parent
84443eb560
commit
dac95ce398
@ -325,7 +325,6 @@ void CommandLineInterface::handleFormal()
|
||||
|
||||
void CommandLineInterface::readInputFilesAndConfigureRemappings()
|
||||
{
|
||||
vector<string> inputFiles;
|
||||
bool addStdin = false;
|
||||
if (!m_args.count("input-file"))
|
||||
addStdin = true;
|
||||
|
Loading…
Reference in New Issue
Block a user