diff options
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r-- | gcc/cp/lex.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 1c4bb57..a5d1269 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -894,12 +894,6 @@ init_parse (filename) } #endif - if (!flag_rtti || flag_no_gnu_keywords) - { - UNSET_RESERVED_WORD ("classof"); - UNSET_RESERVED_WORD ("headof"); - } - if (flag_no_asm || flag_no_gnu_keywords) UNSET_RESERVED_WORD ("typeof"); if (! flag_operator_names) |