aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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