mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
core/asm: remove unused condition (#16487)
This commit is contained in:
parent
ba1030b6b8
commit
49e38c970e
1 changed files with 0 additions and 3 deletions
|
|
@ -246,9 +246,6 @@ func isJump(op string) bool {
|
|||
|
||||
// toBinary converts text to a vm.OpCode
|
||||
func toBinary(text string) vm.OpCode {
|
||||
if isPush(text) {
|
||||
text = "push1"
|
||||
}
|
||||
return vm.StringToOp(strings.ToUpper(text))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue