diff options
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 2085a57..93c0417 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -7663,7 +7663,6 @@ grokdeclarator (const cp_declarator *declarator, tree t; /* Replace the anonymous name with the real name everywhere. */ - lookup_tag_reverse (type, unqualified_id); for (t = TYPE_MAIN_VARIANT (type); t; t = TYPE_NEXT_VARIANT (t)) if (TYPE_NAME (t) == oldname) TYPE_NAME (t) = decl; |