Commit 27492a2a authored by Ilya Tocar's avatar Ilya Tocar Committed by Brad Fitzpatrick

cmd/internal/obj/x86: remove unused const

Since https://go-review.googlesource.com/24040 we no longer pad functions
in asm6, so funcAlign is unused. Delete it.

Change-Id: Id710e545a76b1797398f2171fe7e0928811fcb31
Reviewed-on: https://go-review.googlesource.com/38134Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent c694f6f3
......@@ -56,7 +56,6 @@ const (
//
LoopAlign = 16
MaxLoopPad = 0
funcAlign = 16
)
type Optab struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment