mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove non-existing AssemblyStack.assembleAndGuessRuntime from header
This commit is contained in:
parent
79794081eb
commit
05e3e723f5
@ -89,12 +89,6 @@ public:
|
|||||||
/// Run the assembly step (should only be called after parseAndAnalyze).
|
/// Run the assembly step (should only be called after parseAndAnalyze).
|
||||||
MachineAssemblyObject assemble(Machine _machine) const;
|
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).
|
/// Run the assembly step (should only be called after parseAndAnalyze).
|
||||||
/// In addition to the value returned by @a assemble, returns
|
/// In addition to the value returned by @a assemble, returns
|
||||||
/// a second object that is the runtime code.
|
/// a second object that is the runtime code.
|
||||||
|
Loading…
Reference in New Issue
Block a user