From 7108b7d4657793356ab474fe5fff5e9094857b6f Mon Sep 17 00:00:00 2001 From: Bhargava Shastry Date: Thu, 11 Mar 2021 10:17:11 +0100 Subject: [PATCH] Remove source updates. --- test/tools/ossfuzz/SolidityEvmoneInterface.h | 8 -------- 1 file changed, 8 deletions(-) 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);