From e3a611ac6204e785d8f85ff54156dac5a722968f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 28 Sep 2012 17:46:50 +0200 Subject: cleanup --- grammar/grammar.y | 8 -------- grammar/rainerscript.c | 1 - 2 files changed, 9 deletions(-) diff --git a/grammar/grammar.y b/grammar/grammar.y index 70f98c02..89fd2289 100644 --- a/grammar/grammar.y +++ b/grammar/grammar.y @@ -98,16 +98,8 @@ extern int yyerror(char*); %type nv nvlst %type obj property constant %type propconst -/*%type actlst -%type act -%type block -*/ %type expr %type stmt s_act actlst block script -/* -%type rule -%type scriptfilt -*/ %type fparams %type array arrayelt diff --git a/grammar/rainerscript.c b/grammar/rainerscript.c index 5b01bf47..d77721b8 100644 --- a/grammar/rainerscript.c +++ b/grammar/rainerscript.c @@ -22,7 +22,6 @@ * A copy of the GPL can be found in the file "COPYING" in this distribution. * A copy of the LGPL can be found in the file "COPYING.LESSER" in this distribution. */ - #include "config.h" #include #include -- cgit v1.2.3