]> Cypherpunks repositories - gostls13.git/commit
go/types: don't export gcCompatibilityMode flag
authorRobert Griesemer <gri@golang.org>
Tue, 16 Jun 2015 22:21:39 +0000 (15:21 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 16 Jun 2015 22:35:08 +0000 (22:35 +0000)
commitd3e8a3614c4aad86a48100a196a7ff4a6e2164ca
tree0e17a66e50d3c957654567f7e0e9c1c6b86e99dd
parenta5f57d795010bba4b391944dac545adef017ed85
go/types: don't export gcCompatibilityMode flag

This flag is not needed in the std repo because we don't have
tests requiring it. Remove it before it's frozen into the API.

Change-Id: I18b861eea146ad67e7a3c26ee8be681d8065ef12
Reviewed-on: https://go-review.googlesource.com/11150
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/typestring.go