From: Carl Worth Date: Wed, 26 May 2010 15:16:56 +0000 (-0700) Subject: Remove some stale token types. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63909fc19654ddb3ef339bcceed9cbf6e6a057bc;p=mesa.git Remove some stale token types. All the code referencing these was removed some time ago. --- diff --git a/glcpp-parse.y b/glcpp-parse.y index ec104330631..04e78b1826f 100644 --- a/glcpp-parse.y +++ b/glcpp-parse.y @@ -132,9 +132,6 @@ glcpp_parser_lex (glcpp_parser_t *parser); %type preprocessing_token %type pp_tokens replacement_list text_line - /* Stale stuff just to allow code to compile. */ -%token IDENTIFIER_FINALIZED FUNC_MACRO OBJ_MACRO - %% input: