aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/link.go
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2017-04-11 12:28:31 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2017-04-12 14:38:06 +0000
commiteacfa592201208ad80003c2e32702c968070149c (patch)
treef33d4c3fbb25c8213675ecb7c6b5da18e34c203a /src/cmd/internal/obj/link.go
parent2923b14a7be6b9d6daa2e140c2e444aa3eade398 (diff)
downloadgo-eacfa592201208ad80003c2e32702c968070149c.tar.xz
cmd/internal/obj: remove dead Link fields
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>
Diffstat (limited to 'src/cmd/internal/obj/link.go')
-rw-r--r--src/cmd/internal/obj/link.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cmd/internal/obj/link.go b/src/cmd/internal/obj/link.go
index 59a32d9894..ae67867e4b 100644
--- a/src/cmd/internal/obj/link.go
+++ b/src/cmd/internal/obj/link.go
@@ -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