From: Ilya Tocar Date: Mon, 13 Mar 2017 18:56:41 +0000 (-0500) Subject: cmd/internal/obj/x86: remove unused const X-Git-Tag: go1.9beta1~1190 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=27492a2a549e4e03a6aed93811cdd458ce529e32;p=gostls13.git 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 Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/internal/obj/x86/asm6.go b/src/cmd/internal/obj/x86/asm6.go index 09c6b73789..3ac2b59e75 100644 --- a/src/cmd/internal/obj/x86/asm6.go +++ b/src/cmd/internal/obj/x86/asm6.go @@ -56,7 +56,6 @@ const ( // LoopAlign = 16 MaxLoopPad = 0 - funcAlign = 16 ) type Optab struct {