cmd/internal/obj/ppc64: eliminate dead code from asm9.go

Change-Id: Ie59703ea7315a3f8efa1f543a8ca0afecff014d0
Reviewed-on: https://go-review.googlesource.com/c/go/+/421754
Run-TryBot: Paul Murphy <murp@ibm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Paul Murphy <murp@ibm.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
This commit is contained in:
Andy Pan 2022-08-06 02:15:46 +08:00 committed by Lynn Boger
parent 8cb350d69a
commit f67c766069

View file

@ -54,11 +54,6 @@ type ctxt9 struct {
// Instruction layout.
const (
funcAlign = 16
funcAlignMask = funcAlign - 1
)
const (
r0iszero = 1
)