]> Cypherpunks repositories - gostls13.git/commit
go/types: remove unused gcCompatibilityMode flag (cleanup)
authorRobert Findley <rfindley@google.com>
Mon, 16 Aug 2021 00:32:29 +0000 (20:32 -0400)
committerRobert Findley <rfindley@google.com>
Mon, 16 Aug 2021 13:38:29 +0000 (13:38 +0000)
commit0b61dc4577c6958c852e99abf2c2a2cad2b186a2
tree1902edc51c55fe552b53c8e20329fc986b98f3bf
parentc88e3ff6483615f980c8e4ee4d807a84cbaf4515
go/types: remove unused gcCompatibilityMode flag (cleanup)

This is a port of CL 339831 to go/types.

gcCompatibilityMode is unused, and x/tools/go/types no longer exists, so
delete it.

Change-Id: I886d8c24b7aa6511934ac78549f07a88a18e950b
Reviewed-on: https://go-review.googlesource.com/c/go/+/342429
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/typestring.go