Remove non-existing AssemblyStack.assembleAndGuessRuntime from header

This commit is contained in:
Alex Beregszaszi
2021-06-17 15:28:22 +02:00
committed by chriseth
parent 79794081eb
commit 05e3e723f5
-6
View File
@@ -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<MachineAssemblyObject, MachineAssemblyObject> 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.