From d348558a51402d08310d95cfd6e8a2d6b9fce1b2 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 19 Apr 2011 11:26:37 +0200 Subject: milestone: conf obj interface now utilzes rsconf_t --- template.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'template.c') 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 -- cgit