cmd/internal/obj: remove unused GOROOT-related fields

Change-Id: I6634f70d6bd1a4eced47eda69a2d9b207d222a1b
Reviewed-on: https://go-review.googlesource.com/29470
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Matthew Dempsky 2016-09-20 18:12:27 -07:00
parent e6158b3c46
commit 35d22afb4b
3 changed files with 0 additions and 6 deletions

View file

@ -673,8 +673,6 @@ type Link struct {
Flag_optimize bool
Bso *bufio.Writer
Pathname string
Goroot string
Goroot_final string
Hash map[SymVer]*LSym
LineHist LineHist
Imports []string