summaryrefslogtreecommitdiffstats
path: root/grammar
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-18 07:19:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-18 07:19:02 +0200
commitf9edf386c9ad312096c551abe2c2d4e9e183b8de (patch)
tree34a606826f18cb6eabe84f508652d837d0104fc6 /grammar
parent099968a1dffe195664f6ebcfac3bfa3f3a942e7a (diff)
downloadrsyslog-f9edf386c9ad312096c551abe2c2d4e9e183b8de.tar.gz
rsyslog-f9edf386c9ad312096c551abe2c2d4e9e183b8de.tar.bz2
rsyslog-f9edf386c9ad312096c551abe2c2d4e9e183b8de.zip
remove unused variables
Diffstat (limited to 'grammar')
-rw-r--r--grammar/rainerscript.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/grammar/rainerscript.c b/grammar/rainerscript.c
index 6119107c..ccd81345 100644
--- a/grammar/rainerscript.c
+++ b/grammar/rainerscript.c
@@ -1337,7 +1337,6 @@ doFuncCall(struct cnffunc *func, struct var *ret, void* usrptr)
int bMustFree;
es_str_t *estr;
char *str;
- char *s;
uchar *resStr;
int retval;
struct var r[CNFFUNC_MAX_ARGS];
@@ -3325,7 +3324,6 @@ finalize_it:
static inline rsRetVal
initFunc_lookup(struct cnffunc *func)
{
- struct funcData_prifilt *pData;
uchar *cstr = NULL;
DEFiRet;