mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove standard contracts
This commit is contained in:
@@ -560,7 +560,7 @@ bool CommandLineInterface::processInput()
|
||||
}
|
||||
};
|
||||
|
||||
m_compiler.reset(new CompilerStack(m_args.count(g_argAddStandard) > 0, fileReader));
|
||||
m_compiler.reset(new CompilerStack(fileReader));
|
||||
auto scannerFromSourceName = [&](string const& _sourceName) -> solidity::Scanner const& { return m_compiler->scanner(_sourceName); };
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user