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

pull/24093/head
Alex Beregszaszi 3 years ago committed by GitHub
parent db03faa10d
commit ae8ff2661d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      core/vm/opcodes.go

@ -32,11 +32,6 @@ func (op OpCode) IsPush() bool {
return false
}
// IsStaticJump specifies if an opcode is JUMP.
func (op OpCode) IsStaticJump() bool {
return op == JUMP
}
// 0x0 range - arithmetic ops.
const (
STOP OpCode = 0x0

Loading…
Cancel
Save