Commit dd3a292a authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2787 from cremno/remove-unused-token-declarations

remove unused token declarations
parents 91ba9ba7 7fe853c2
...@@ -1157,17 +1157,6 @@ heredoc_end(parser_state *p) ...@@ -1157,17 +1157,6 @@ heredoc_end(parser_state *p)
%right tPOW %right tPOW
%right '!' '~' tUPLUS %right '!' '~' tUPLUS
%nonassoc idNULL
%nonassoc idRespond_to
%nonassoc idIFUNC
%nonassoc idCFUNC
%nonassoc id_core_set_method_alias
%nonassoc id_core_set_variable_alias
%nonassoc id_core_undef_method
%nonassoc id_core_define_method
%nonassoc id_core_define_singleton_method
%nonassoc id_core_set_postexe
%token tLAST_TOKEN %token tLAST_TOKEN
%% %%
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment