c++: Kill DECL_HIDDEN_P
authorNathan Sidwell <nathan@acm.org>
Thu, 1 Oct 2020 19:36:46 +0000 (12:36 -0700)
committerNathan Sidwell <nathan@acm.org>
Thu, 1 Oct 2020 19:39:03 +0000 (12:39 -0700)
commitdfaa24c974bab4bc1bd3840d67ca1701acc0010c
tree9e88df5c5741a77887fbc7ffcbc5682837b2ee0e
parent2eb3c3daf6f5e2c09ade7a237749ba1f64a0a0a8
c++: Kill DECL_HIDDEN_P

There are only a couple of asserts remaining using this macro, and
nothing using TYPE_HIDDEN_P.  Killed thusly.

gcc/cp/
* cp-tree.h (DECL_ANTICIPATED): Adjust comment.
(DECL_HIDDEN_P, TYPE_HIDDEN_P): Delete.
* tree.c (ovl_insert): Delete DECL_HIDDEN_P assert.
(ovl_skip_hidden): Likewise.
gcc/cp/cp-tree.h
gcc/cp/tree.c