diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index f9c3b70..f13ccac 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -5569,7 +5569,6 @@ pushclass (tree type) if (type_decl && TREE_CODE (type_decl) == TYPE_DECL) set_identifier_type_value (id, type_decl); } - unuse_fields (type); } cxx_remember_type_decls (CLASSTYPE_NESTED_UTDS (type)); |