1
0
mirror of https://github.com/golang/go synced 2024-09-30 17:28:32 -06:00

cmd/internal/obj: remove unused Textp and Etextp fields

Change-Id: Idcb5a8d6676aa38b4ebd0975edd2068386f5ca83
Reviewed-on: https://go-review.googlesource.com/29449
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Matthew Dempsky 2016-09-20 18:02:27 -07:00
parent b851ded09a
commit e6158b3c46

View File

@ -703,8 +703,6 @@ type Link struct {
Mode int
Cursym *LSym
Version int
Textp *LSym
Etextp *LSym
Errors int
Framepointer_enabled bool