]> Cypherpunks repositories - gostls13.git/commit
cmd/go: removed unused code in toolchain.Exec
authorIan Alexander <jitsu@google.com>
Wed, 1 Oct 2025 21:42:38 +0000 (17:42 -0400)
committerIan Alexander <jitsu@google.com>
Mon, 27 Oct 2025 20:28:15 +0000 (13:28 -0700)
commita6929cf4a7c4c20dc55c5377a23b1b37c387263c
tree9227500b81b28d612c576b961f7084d6fda55151
parent180c07e2c12779872d6cf907b291e4c0b66f93a1
cmd/go: removed unused code in toolchain.Exec

This change removes the unused module loader state in the function
`toolchain.Exec`.

This commit is part of the overall effort to eliminate global
modloader state.

Change-Id: I8935f14447db4669457becc5a96db7f45132772f
Reviewed-on: https://go-review.googlesource.com/c/go/+/709980
Reviewed-by: Michael Matloob <matloob@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/toolchain/select.go