From: Matthew Dempsky Date: Wed, 21 Sep 2016 01:02:27 +0000 (-0700) Subject: cmd/internal/obj: remove unused Textp and Etextp fields X-Git-Tag: go1.8beta1~1213 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e6158b3c469dc4ec5d6571f10fbd739acd493472;p=gostls13.git cmd/internal/obj: remove unused Textp and Etextp fields Change-Id: Idcb5a8d6676aa38b4ebd0975edd2068386f5ca83 Reviewed-on: https://go-review.googlesource.com/29449 Run-TryBot: Matthew Dempsky Reviewed-by: David Crawshaw TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/internal/obj/link.go b/src/cmd/internal/obj/link.go index e239c9d552..3b51390a58 100644 --- a/src/cmd/internal/obj/link.go +++ b/src/cmd/internal/obj/link.go @@ -703,8 +703,6 @@ type Link struct { Mode int Cursym *LSym Version int - Textp *LSym - Etextp *LSym Errors int Framepointer_enabled bool