summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-28 17:46:50 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-28 17:46:50 +0200
commite3a611ac6204e785d8f85ff54156dac5a722968f (patch)
treef2ba4d488aa962e90816db01868668175acc512a
parentbc9ca278b57dedfe30bfb8812b1e3c2f50982057 (diff)
downloadrsyslog-e3a611ac6204e785d8f85ff54156dac5a722968f.tar.gz
rsyslog-e3a611ac6204e785d8f85ff54156dac5a722968f.tar.bz2
rsyslog-e3a611ac6204e785d8f85ff54156dac5a722968f.zip
cleanup
-rw-r--r--grammar/grammar.y8
-rw-r--r--grammar/rainerscript.c1
2 files changed, 0 insertions, 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 <nvlst> nv nvlst
%type <obj> obj property constant
%type <objlst> propconst
-/*%type <actlst> actlst
-%type <actlst> act
-%type <actlst> block
-*/
%type <expr> expr
%type <stmt> stmt s_act actlst block script
-/*
-%type <rule> rule
-%type <rule> scriptfilt
-*/
%type <fparams> fparams
%type <arr> 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 <stdio.h>
#include <stdlib.h>