]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: remove unused const
authorIlya Tocar <ilya.tocar@intel.com>
Mon, 13 Mar 2017 18:56:41 +0000 (13:56 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 13 Mar 2017 19:19:09 +0000 (19:19 +0000)
commit27492a2a549e4e03a6aed93811cdd458ce529e32
tree3ea23db3cffa9e79030a1ce374142786ff7d8b73
parentc694f6f3a80bcb42960e021b279eb6d23baf2c50
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>
src/cmd/internal/obj/x86/asm6.go