]> Cypherpunks repositories - gostls13.git/commit
go/types,types2: remove some unused parameters and results (cleanup)
authorRob Findley <rfindley@google.com>
Wed, 19 Feb 2025 21:27:21 +0000 (21:27 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 19 Feb 2025 22:15:03 +0000 (14:15 -0800)
commit51f3ca35942c39c8ed2b6c9fb46cc1030e638a92
tree65de7a37f50ac235819be7c60c7e7e8eb5ba1879
parentf2ac0ae8bbb5d2fad29f0f434f3a26649976cf2c
go/types,types2: remove some unused parameters and results (cleanup)

This CL is the result of pulling the thread of some unused parameter
diagnostics reported by gopls: remove some variables holding partial
type argument expression information that are no longer needed.

Change-Id: Idfc1d0271252ce9bc5b75feb86e30dd2f6dd550b
Reviewed-on: https://go-review.googlesource.com/c/go/+/650775
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/builtins.go
src/cmd/compile/internal/types2/call.go
src/go/types/builtins.go
src/go/types/call.go