]> Cypherpunks repositories - gostls13.git/commit
go/internal/gcimporter: drop indexed import
authorAlan Donovan <adonovan@google.com>
Mon, 14 Oct 2024 17:05:55 +0000 (13:05 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 17 Oct 2024 02:51:00 +0000 (02:51 +0000)
commitf15195a063cf353b71d7f2a6da860f8f65221183
tree4aa952e546de61b78427622b13657342fb951a7f
parentc41b8cf1a39c972f461afe32da4fe43198eb2767
go/internal/gcimporter: drop indexed import

The compiler hasn't emitted indexed export data files since go1.19,
so this code, which is only statically reachable from
go/importer.For("gc") aka importer.Default(), is not dynamically
reachable since those files will not be in indexed format.

Updates #68898

Change-Id: I12ea4e1b88da4fffdc9a07f318b9445a61e0d02b
Reviewed-on: https://go-review.googlesource.com/c/go/+/620135
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/go/internal/gcimporter/gcimporter.go
src/go/internal/gcimporter/gcimporter_test.go
src/go/internal/gcimporter/iimport.go [deleted file]
src/go/internal/gcimporter/support.go