core/asm: remove unused condition (#16487)

pull/16500/head
dm4 7 years ago committed by Felix Lange
parent ba1030b6b8
commit 49e38c970e
  1. 3
      core/asm/compiler.go

@ -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…
Cancel
Save