internal/pkgbits: remove dead field
See review comment on CL 580455.
Updates golang/go#64581
Change-Id: Ic992a1bf5388ce221a9883f49820c7a9ae85b4d0
Reviewed-on: https://go-review.googlesource.com/c/tools/+/600135
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
diff --git a/internal/pkgbits/decoder.go b/internal/pkgbits/decoder.go
index 2acd858..b92e8e6 100644
--- a/internal/pkgbits/decoder.go
+++ b/internal/pkgbits/decoder.go
@@ -23,9 +23,6 @@
// version is the file format version.
version uint32
- // aliases determines whether types.Aliases should be created
- aliases bool
-
// sync indicates whether the file uses sync markers.
sync bool
@@ -76,7 +73,6 @@
func NewPkgDecoder(pkgPath, input string) PkgDecoder {
pr := PkgDecoder{
pkgPath: pkgPath,
- //aliases: aliases.Enabled(),
}
// TODO(mdempsky): Implement direct indexing of input string to