Commit 3cdf6100 authored by Russ Cox's avatar Russ Cox

cmd/go: drop PackageInternal.Pkgdir (unused)

Change-Id: Iab8f0d201780bd571541a6806f071e883a553d35
Reviewed-on: https://go-review.googlesource.com/56286Reviewed-by: default avatarDavid Crawshaw <crawshaw@golang.org>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
Reviewed-by: default avatarDave Cheney <dave@cheney.net>
parent 8644463b
......@@ -93,7 +93,6 @@ type PackagePublic struct {
type PackageInternal struct {
// Unexported fields are not part of the public API.
Build *build.Package
Pkgdir string // overrides build.PkgDir
Imports []*Package // this package's direct imports
Target string // installed file for this package (may be executable)
Pkgfile string // where package will be (or is already) built or installed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment