aboutsummaryrefslogtreecommitdiff
path: root/src/go
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2024-04-05 22:09:30 +0000
committerMichael Knyszek <mknyszek@google.com>2024-04-22 20:48:19 +0000
commitaa63ef4b8b997e59ab895841d8643afdae786edf (patch)
tree5f5bc4539ff28319c6a5874098fac4bd7bf70fdf /src/go
parent6737f4cee52a19984a4d138a820326c8443a084d (diff)
downloadgo-aa63ef4b8b997e59ab895841d8643afdae786edf.tar.gz
go-aa63ef4b8b997e59ab895841d8643afdae786edf.zip
internal/intern: delete unused package
The functionality within has been replaced with the unique package, and all uses of it have been replaced by uses of the unique package. Change-Id: I399ca72972c712711d4ec6a5ddbdbcba7088ecd1 Reviewed-on: https://go-review.googlesource.com/c/go/+/577036 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/go')
-rw-r--r--src/go/build/deps_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/go/build/deps_test.go b/src/go/build/deps_test.go
index 1e0b4d6d8b..0ea34b1bd7 100644
--- a/src/go/build/deps_test.go
+++ b/src/go/build/deps_test.go
@@ -373,10 +373,6 @@ var depsRules = `
golang.org/x/net/lif,
golang.org/x/net/route;
- os, runtime, strconv, sync, unsafe,
- internal/godebug
- < internal/intern;
-
internal/bytealg, internal/itoa, math/bits, sort, strconv, unique
< net/netip;