diff --git a/test/tools/ossfuzz/SolidityEvmoneInterface.h b/test/tools/ossfuzz/SolidityEvmoneInterface.h index fa398f7b2..201d844b3 100644 --- a/test/tools/ossfuzz/SolidityEvmoneInterface.h +++ b/test/tools/ossfuzz/SolidityEvmoneInterface.h @@ -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);