mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove source updates.
This commit is contained in:
parent
e6f709b19e
commit
fc83e47b8b
@ -109,10 +109,6 @@ public:
|
||||
{
|
||||
m_compilerInput.optimiserSettings = _opt;
|
||||
}
|
||||
void source(StringMap const& _source)
|
||||
{
|
||||
m_compilerInput.sourceCode = _source;
|
||||
}
|
||||
void reset(bool _keepSettings)
|
||||
{
|
||||
m_compiler.reset(_keepSettings);
|
||||
@ -170,10 +166,6 @@ public:
|
||||
m_contractName = m_compilationFramework.lastContractName();
|
||||
m_compilationFramework.contractName(m_contractName);
|
||||
}
|
||||
void source(StringMap const& _source)
|
||||
{
|
||||
m_compilationFramework.source(_source);
|
||||
}
|
||||
void reset(bool _keepSettings)
|
||||
{
|
||||
m_compilationFramework.reset(_keepSettings);
|
||||
|
Loading…
Reference in New Issue
Block a user