summaryrefslogtreecommitdiffstats
path: root/template.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-19 11:26:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-19 11:26:37 +0200
commitd348558a51402d08310d95cfd6e8a2d6b9fce1b2 (patch)
tree265b52c8b09bf4ad5335a7e243f3d0121d7204d8 /template.c
parentf72bde2f701b1a1ff42273e8f9b07de47b480ce9 (diff)
downloadrsyslog-d348558a51402d08310d95cfd6e8a2d6b9fce1b2.tar.gz
rsyslog-d348558a51402d08310d95cfd6e8a2d6b9fce1b2.tar.xz
rsyslog-d348558a51402d08310d95cfd6e8a2d6b9fce1b2.zip
milestone: conf obj interface now utilzes rsconf_t
Diffstat (limited to 'template.c')
-rw-r--r--template.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/template.c b/template.c
index 697a6ad5..93f56cd0 100644
--- a/template.c
+++ b/template.c
@@ -50,13 +50,6 @@ DEFobjCurrIf(regexp)
static int bFirstRegexpErrmsg = 1; /**< did we already do a "can't load regexp" error message? */
#endif
-#if 0
-
-static struct template *conf->templates.root = NULL; /* the root of the template list */
-static struct template *tplLast = NULL;
-static struct template *conf->templates.lastStatic = NULL;
-#endif
-
/* helper to tplToString and strgen's, extends buffer */
#define ALLOC_INC 128