]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/obj: remove unused Textp and Etextp fields
authorMatthew Dempsky <mdempsky@google.com>
Wed, 21 Sep 2016 01:02:27 +0000 (18:02 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 21 Sep 2016 01:15:56 +0000 (01:15 +0000)
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>

src/cmd/internal/obj/link.go

index e239c9d55242616eb5b1e936ff02ff30812fe477..3b51390a587702a5225f44ed6560b8f55fc738d5 100644 (file)
@@ -703,8 +703,6 @@ type Link struct {
        Mode          int
        Cursym        *LSym
        Version       int
-       Textp         *LSym
-       Etextp        *LSym
        Errors        int
 
        Framepointer_enabled bool