]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/obj: remove dead Link fields
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 11 Apr 2017 19:28:31 +0000 (12:28 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 12 Apr 2017 14:38:06 +0000 (14:38 +0000)
These are unused after CLs 39922, 40252, 40370, 40371, and 40372.

Change-Id: I76f9276c581067a8cb555de761550d960f6e39b8
Reviewed-on: https://go-review.googlesource.com/40404
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/link.go

index 59a32d989482d3a36c02748dbff42f948afbe4d3..ae67867e4bd06546ab045e223d9ccc427d17f969 100644 (file)
@@ -727,12 +727,8 @@ type Link struct {
        InlTree       InlTree // global inlining tree used by gc/inl.go
        Imports       []string
        Plan9privates *LSym
-       Instoffset    int64
-       Autosize      int32
-       Pc            int64
        DiagFunc      func(string, ...interface{})
        DebugInfo     func(fn *LSym, curfn interface{}) []*dwarf.Var // if non-nil, curfn is a *gc.Node
-       Cursym        *LSym
        Version       int
        Errors        int