Skip to content

Commit

Permalink
core/vm: remove unused code (IsStaticJump) (ethereum#24085)
Browse files Browse the repository at this point in the history
  • Loading branch information
axic authored and gzliudan committed Feb 23, 2024
1 parent 11b1fb6 commit 8223c46
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/vm/opcodes.go
Expand Up @@ -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
Expand Down

0 comments on commit 8223c46

Please sign in to comment.