summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-26 15:21:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-26 15:21:53 +0200
commit62eee485a7b1ec6034e22d2cd60a0c13abb0ad54 (patch)
tree9f4e4d0bfcc17499b48b5376ad0581a5201b1036 /runtime/rsconf.c
parent90849d36eee2928fcbc9971aa7b38cc8f8587178 (diff)
downloadrsyslog-62eee485a7b1ec6034e22d2cd60a0c13abb0ad54.tar.gz
rsyslog-62eee485a7b1ec6034e22d2cd60a0c13abb0ad54.tar.xz
rsyslog-62eee485a7b1ec6034e22d2cd60a0c13abb0ad54.zip
cleanup
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index 170e0bb1..9d5bb135 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -101,7 +101,6 @@ static uchar template_StdJSONFmt[] = "\"{\\\"message\\\":\\\"%msg:::json%\\\",\\
/* tables for interfacing with the v6 config system (as far as we need to) */
static struct cnfparamdescr inppdescr[] = {
- { "name", eCmdHdlrGetWord, 0 },
{ "type", eCmdHdlrString, CNFPARAM_REQUIRED }
};
static struct cnfparamblk inppblk =
@@ -393,8 +392,6 @@ inputProcessCnf(struct cnfobj *o)
struct cnfparamvals *pvals;
modInfo_t *pMod;
uchar *cnfModName = NULL;
- void *pModData;
- action_t *pAction;
int typeIdx;
DEFiRet;