From ab1c855d650e9706b3320518c6b9df41c6ec3627 Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Wed, 6 Feb 2013 09:57:43 +0100 Subject: [PATCH] tools: comment unused function in lpc2xml --- tools/lpc2xml.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/lpc2xml.c b/tools/lpc2xml.c index 97262861c..9ff7f39d2 100644 --- a/tools/lpc2xml.c +++ b/tools/lpc2xml.c @@ -81,6 +81,7 @@ static void lpc2xml_genericxml_error(void *ctx, const char *fmt, ...) { va_end(args); } +/* static void lpc2xml_genericxml_warning(void *ctx, const char *fmt, ...) { lpc2xml_context *xmlCtx = (lpc2xml_context *)ctx; int sl = strlen(xmlCtx->warningBuffer); @@ -89,6 +90,7 @@ static void lpc2xml_genericxml_warning(void *ctx, const char *fmt, ...) { vsnprintf(xmlCtx->warningBuffer + sl, LPC2XML_BZ-sl, fmt, args); va_end(args); } +*/ static int processEntry(const char *section, const char *entry, xmlNode *node, lpc2xml_context *ctx) { const char *content = lp_config_get_string(ctx->lpc, section, entry, NULL);