]> Cypherpunks repositories - gostls13.git/commit
go/types: remove tparamIsIface flag and corresponding dead code
authorRobert Findley <rfindley@google.com>
Thu, 18 Nov 2021 00:14:58 +0000 (19:14 -0500)
committerRobert Findley <rfindley@google.com>
Thu, 18 Nov 2021 02:14:25 +0000 (02:14 +0000)
commitb95bff0318150e0b2869079bf2c0068fb4bcb17c
tree37e1ed613f7b1f8e8c4715e6f706bfe4dacf62a9
parent9115a7ba4a7e198befe26d69b740a34b495e1db5
go/types: remove tparamIsIface flag and corresponding dead code

This is a port of CL 363654 from types2 to go/types.

Change-Id: I64041615ccc7f11f2e4ae395b063ec5141ccf2cf
Reviewed-on: https://go-review.googlesource.com/c/go/+/364896
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/builtins.go
src/go/types/decl.go
src/go/types/expr.go
src/go/types/index.go
src/go/types/predicates.go
src/go/types/sizes.go
src/go/types/struct.go
src/go/types/type.go
src/go/types/typeparam.go