]> Cypherpunks repositories - gostls13.git/commit
go/types: remove work-around for issue #26124
authorRobert Griesemer <gri@golang.org>
Thu, 4 Oct 2018 23:43:34 +0000 (16:43 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 5 Oct 2018 17:56:22 +0000 (17:56 +0000)
commit6d51dd1e85bbed9f59023a468c4cbbeed598608f
tree1ee06ed9832ee99c6a0189b27d402d1a4ad802c8
parent8ae8576abf483cf928eb0f63bc55c09c7bf73576
go/types: remove work-around for issue #26124

This work-around is not needed anymore now that method
signatures are type-checked separately from their receiver
base types: no artificial cycles are introduced anymore
and so there is no need to artificially cut them.

Updates #26124.

Change-Id: I9d50171f12dd8977116a5d3f63ac39a06b1cd492
Reviewed-on: https://go-review.googlesource.com/c/139899
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/decl.go