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 899797b..55e6a1a 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -7892,10 +7892,6 @@ cp_parser_postfix_expression (cp_parser *parser, bool address_p, bool cast_p, return postfix_expression; } } - - /* We should never get here. */ - gcc_unreachable (); - return error_mark_node; } /* Helper function for cp_parser_parenthesized_expression_list and |