Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 6d81224

Browse files
committed
interpreter: Simplify reporting stack violation
1 parent 7496f91 commit 6d81224

File tree

1 file changed

+0
-1
lines changed
  • libaleth-interpreter

1 file changed

+0
-1
lines changed

libaleth-interpreter/VM.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ class VM
122122
static void throwInvalidInstruction();
123123
static void throwBadInstruction();
124124
static void throwBadJumpDestination();
125-
void throwBadStack(int _removed);
126125
void throwRevertInstruction(uint64_t _offset, uint64_t _size);
127126
static void throwDisallowedStateChange();
128127
static void throwBufferOverrun();

0 commit comments

Comments
 (0)