mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 07:19:28 +00:00
core/vm: remove unused code (IsStaticJump) (#24085)
This commit is contained in:
parent
db03faa10d
commit
ae8ff2661d
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue