diff options
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index ab2e203..f2fadf2 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -2205,7 +2205,6 @@ cpp_get_token (pfile) if (opts->cplusplus && PEEKN (1) == '*') { /* In C++, there's a ->* operator. */ - op3: token = CPP_OTHER; pfile->only_seen_white = 0; CPP_RESERVE (pfile, 4); |