From 93a09b874b8592345e95b2c6bfd2e6c8ef1417eb Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 22 Apr 2016 13:49:09 +0200 Subject: [PATCH] Remove the (unused) 'inherits' keyword fixes #11659 --- lib/config/config_parser.yy | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config/config_parser.yy b/lib/config/config_parser.yy index d2fa8b4b0..7ff14df67 100644 --- a/lib/config/config_parser.yy +++ b/lib/config/config_parser.yy @@ -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_ZONES "include_zones (T_INCLUDE_ZONES)" %token T_LIBRARY "library (T_LIBRARY)" -%token T_INHERITS "inherits (T_INHERITS)" %token T_APPLY "apply (T_APPLY)" %token T_TO "to (T_TO)" %token T_WHERE "where (T_WHERE)"