]> Cypherpunks.ru repositories - gostls13.git/commit
go/types: remove 1.18 APIs that have been replaced
authorRobert Findley <rfindley@google.com>
Fri, 1 Oct 2021 18:22:34 +0000 (14:22 -0400)
committerRobert Findley <rfindley@google.com>
Mon, 4 Oct 2021 18:15:09 +0000 (18:15 +0000)
commit9f8d558c3b28def1b188e60e1b3b8361a461c9e2
tree59bfe993d0fb96aa8f3ea0778110999337cc2528
parentcc5e3de593afca73cf1b4d732ddceffb2837b390
go/types: remove 1.18 APIs that have been replaced

Remove the Interface.IsConstraint, Signature.SetTypeParams, and
Signature.SetRecvTypeParams methods, as they have been replaced and
usage removed from x/tools.

Change-Id: I8786c3cf34e96ab5211cd8e7e6348e9ee792b843
Reviewed-on: https://go-review.googlesource.com/c/go/+/353570
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/call.go
src/go/types/decl.go
src/go/types/interface.go
src/go/types/signature.go
src/go/types/typeset.go
src/go/types/typexpr.go