Remove the (unused) 'inherits' keyword

fixes #11659
This commit is contained in:
Gunnar Beutner 2016-04-22 13:49:09 +02:00
parent 7442cd94f5
commit 93a09b874b
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ static void MakeRBinaryOp(Expression** result, Expression *left, Expression *rig
%token T_INCLUDE_RECURSIVE "include_recursive (T_INCLUDE_RECURSIVE)" %token T_INCLUDE_RECURSIVE "include_recursive (T_INCLUDE_RECURSIVE)"
%token T_INCLUDE_ZONES "include_zones (T_INCLUDE_ZONES)" %token T_INCLUDE_ZONES "include_zones (T_INCLUDE_ZONES)"
%token T_LIBRARY "library (T_LIBRARY)" %token T_LIBRARY "library (T_LIBRARY)"
%token T_INHERITS "inherits (T_INHERITS)"
%token T_APPLY "apply (T_APPLY)" %token T_APPLY "apply (T_APPLY)"
%token T_TO "to (T_TO)" %token T_TO "to (T_TO)"
%token T_WHERE "where (T_WHERE)" %token T_WHERE "where (T_WHERE)"