]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: unexport types.Sym.LSym
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 21 Apr 2017 14:58:03 +0000 (07:58 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 21 Apr 2017 16:10:41 +0000 (16:10 +0000)
commit0d50a49f5c3fb6292b43d71579455cf68a1939d9
tree15cff27be7f3e623e25ab19cb4ca3f89601ebb4b
parent30940e2cc2f4598b4a9d237c34aac402ee17a71e
cmd/compile: unexport types.Sym.LSym

Response to code review feedback on CL 40693.

Remove the final reference to it from package gc,
and manually unexport.

Passes toolstash-check.

Change-Id: I7fc48edd43263d8f7c56b47aeb7573408463dc22
Reviewed-on: https://go-review.googlesource.com/41303
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/gc/reflect.go
src/cmd/compile/internal/types/sym.go