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