diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 13578f0..dc650d4 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -14190,10 +14190,6 @@ cp_parser_lookup_name (cp_parser *parser, tree name, is dependent. */ type = make_typename_type (parser->scope, name, tag_type, /*complain=*/1); - if (tag_type == enum_type) - TYPENAME_IS_ENUM_P (type) = 1; - else if (tag_type != typename_type) - TYPENAME_IS_CLASS_P (type) = 1; decl = TYPE_NAME (type); } else if (is_template) |