mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Ignore opOp callback silently
This commit is contained in:
parent
5a923d6356
commit
31c9dd3fcf
1 changed files with 0 additions and 2 deletions
|
|
@ -15,8 +15,6 @@ namespace jit
|
|||
|
||||
bytesConstRef VM::go(ExtVMFace& _ext, OnOpFunc const&, uint64_t)
|
||||
{
|
||||
assert(_steps == (uint64_t)-1); // Parameter ignored
|
||||
|
||||
auto module = Compiler().compile(_ext.code);
|
||||
|
||||
ExecutionEngine engine;
|
||||
|
|
|
|||
Loading…
Reference in a new issue