]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: remove unused argument from Checker.updateExprType0
authorRobert Griesemer <gri@golang.org>
Thu, 5 Sep 2024 21:40:24 +0000 (14:40 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 5 Sep 2024 22:12:16 +0000 (22:12 +0000)
commit9e621c3ae054404522dd8f14ed5bdacb04808ae0
treea328c74a6e4c0ebbca9a5e65db9a2448bb5c97b4
parente4f9cb5f77e64a124c4e32b8e5d6d6007ec4df15
go/types, types2: remove unused argument from Checker.updateExprType0

With Checker.updateExprType0 and Checker.updateExprType being the
same now, rename updateExprType0 to updateExprType and remove the
old updateExprType.

Change-Id: Ib5c3d74e7fac9cedcc87ad521b7543b8d7f83943
Reviewed-on: https://go-review.googlesource.com/c/go/+/611276
Reviewed-by: Tim King <taking@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/expr.go
src/go/types/expr.go