Remove some stale token types.
authorCarl Worth <cworth@cworth.org>
Wed, 26 May 2010 15:16:56 +0000 (08:16 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 26 May 2010 15:16:56 +0000 (08:16 -0700)
All the code referencing these was removed some time ago.

glcpp-parse.y

index ec104330631b4d650bb93c6967ab6a54856da9ca..04e78b1826fab59064e201c54382426826996f45 100644 (file)
@@ -132,9 +132,6 @@ glcpp_parser_lex (glcpp_parser_t *parser);
 %type <token> preprocessing_token
 %type <token_list> pp_tokens replacement_list text_line
 
-       /* Stale stuff just to allow code to compile. */
-%token IDENTIFIER_FINALIZED FUNC_MACRO OBJ_MACRO
-
 %%
 
 input: