]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: drop PackageInternal.Pkgdir (unused)
authorRuss Cox <rsc@golang.org>
Mon, 17 Jul 2017 16:16:42 +0000 (12:16 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 3 Oct 2017 19:56:36 +0000 (19:56 +0000)
Change-Id: Iab8f0d201780bd571541a6806f071e883a553d35
Reviewed-on: https://go-review.googlesource.com/56286
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
src/cmd/go/internal/load/pkg.go

index 57048d076c97aab7b61f4e644a04f94e314e9bf3..63e58c6247b72355404a3b30a74e76dd0c7bec9e 100644 (file)
@@ -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