]> sjero.net Git - linphone/commitdiff
tools: comment unused function in lpc2xml
authorYann Diorcet <yann.diorcet@belledonne-communications.com>
Wed, 6 Feb 2013 08:57:43 +0000 (09:57 +0100)
committerYann Diorcet <yann.diorcet@belledonne-communications.com>
Wed, 6 Feb 2013 08:57:43 +0000 (09:57 +0100)
tools/lpc2xml.c

index 97262861cbbfbb98689c18f083587125db704c9c..9ff7f39d2998043d8c333766023be74bc0ee1291 100644 (file)
@@ -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);