diff options
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r-- | gcc/cp/lex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 9e39241..c5f21d1 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -320,7 +320,6 @@ bool cxx_init (void) { static const enum tree_code stmt_codes[] = { - c_common_stmt_codes, cp_stmt_codes }; |