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 Dec 9, 2021
1 parent db03faa commit ae8ff26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/vm/opcodes.go
Original file line number Diff line number Diff line change
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 ae8ff26

Please sign in to comment.