From 05e3e723f57390d25af95d8f08cd1d8c481d810a Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 22 Apr 2021 14:57:58 +0100 Subject: [PATCH] Remove non-existing AssemblyStack.assembleAndGuessRuntime from header --- libyul/AssemblyStack.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libyul/AssemblyStack.h b/libyul/AssemblyStack.h index 9b9f5b406..e0186b041 100644 --- a/libyul/AssemblyStack.h +++ b/libyul/AssemblyStack.h @@ -89,12 +89,6 @@ public: /// Run the assembly step (should only be called after parseAndAnalyze). MachineAssemblyObject assemble(Machine _machine) const; - /// Run the assembly step (should only be called after parseAndAnalyze). - /// In addition to the value returned by @a assemble, returns - /// a second object that is guessed to be the runtime code. - /// Only available for EVM. - std::pair assembleAndGuessRuntime() const; - /// Run the assembly step (should only be called after parseAndAnalyze). /// In addition to the value returned by @a assemble, returns /// a second object that is the runtime code.