From 6db75eb0d2613ab423edfc88222f7a28556a8d03 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 19 Jan 2012 15:07:25 +0100 Subject: cleanup: different text escape types made more portable --- template.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'template.c') diff --git a/template.c b/template.c index 12d27ff3..ca1688f7 100644 --- a/template.c +++ b/template.c @@ -50,16 +50,6 @@ DEFobjCurrIf(regexp) static int bFirstRegexpErrmsg = 1; /**< did we already do a "can't load regexp" error message? */ #endif -#warning check this merge -#if 1 -enum { - NO_ESCAPE = 0, - SQL_ESCAPE, - STDSQL_ESCAPE, - JSON_ESCAPE, -}; -#endif - /* helper to tplToString and strgen's, extends buffer */ #define ALLOC_INC 128 rsRetVal -- cgit