Unverified Commit ae8ff266 authored by Alex Beregszaszi's avatar Alex Beregszaszi Committed by GitHub

core/vm: remove unused code (IsStaticJump) (#24085)

parent db03faa1
...@@ -32,11 +32,6 @@ func (op OpCode) IsPush() bool { ...@@ -32,11 +32,6 @@ func (op OpCode) IsPush() bool {
return false return false
} }
// IsStaticJump specifies if an opcode is JUMP.
func (op OpCode) IsStaticJump() bool {
return op == JUMP
}
// 0x0 range - arithmetic ops. // 0x0 range - arithmetic ops.
const ( const (
STOP OpCode = 0x0 STOP OpCode = 0x0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment