From 62eee485a7b1ec6034e22d2cd60a0c13abb0ad54 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 26 Sep 2012 15:21:53 +0200 Subject: cleanup --- runtime/rsconf.c | 3 --- 1 file changed, 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; -- cgit v1.2.3