compiler: Remove obsolete hidden_fields_are_ok code.
commit1eae365b9861c6341eac8af4b5cc895aa9e668e1
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Oct 2014 16:00:50 +0000 (21 16:00 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Oct 2014 16:00:50 +0000 (21 16:00 +0000)
tree4bb0fd6c1318f67884148c8e8cbf581528fbefb6
parentf7b51129d8a7b6c188e9cf801f7dd8e2bd06c2a3
compiler: Remove obsolete hidden_fields_are_ok code.

The language used to forbid assigning structs with hidden
fields, but that was changed before the Go 1 release.  At the
time the change was experimental, so I left the old code in
the compiler.  At this point it's clearly not experimental, so
this removes the unused code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216519 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/expressions.h
gcc/go/gofrontend/statements.cc
gcc/go/gofrontend/statements.h
gcc/go/gofrontend/types.cc
gcc/go/gofrontend/types.h