1
0
mirror of https://github.com/golang/go synced 2024-09-28 22:24:29 -06:00

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/38134
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Ilya Tocar 2017-03-13 13:56:41 -05:00 committed by Brad Fitzpatrick
parent c694f6f3a8
commit 27492a2a54

View File

@ -56,7 +56,6 @@ const (
//
LoopAlign = 16
MaxLoopPad = 0
funcAlign = 16
)
type Optab struct {