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 7515089..2d54e7e 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -644,10 +644,6 @@ cp_lexer_get_preprocessor_token (cp_lexer *lexer ATTRIBUTE_UNUSED , error ("invalid token"); break; - case CPP_OTHER: - /* These tokens are already warned about by c_lex. */ - break; - default: /* This is a good token, so we exit the loop. */ done = true; |