summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-26 08:16:56 -0700
committerCarl Worth <cworth@cworth.org>2010-05-26 08:16:56 -0700
commit63909fc19654ddb3ef339bcceed9cbf6e6a057bc (patch)
tree108f8fa428c661d9e9aa95d21a01ed0de606f0be
parentec4ada01c01338ae1deab634cf62f24344bdbd3a (diff)
Remove some stale token types.
All the code referencing these was removed some time ago.
-rw-r--r--glcpp-parse.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/glcpp-parse.y b/glcpp-parse.y
index ec10433..04e78b1 100644
--- a/glcpp-parse.y
+++ b/glcpp-parse.y
@@ -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: