From 6dd3e066641f91a09d6956dba0533f42331d5b36 Mon Sep 17 00:00:00 2001 From: damitha Date: Mon, 28 Jun 2010 21:07:05 +0000 Subject: Removed the unused warning git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958739 13f79535-47bb-0310-9956-ffa450edef68 --- guththila/src/guththila_xml_parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guththila') diff --git a/guththila/src/guththila_xml_parser.c b/guththila/src/guththila_xml_parser.c index 07c9cd5..f48572f 100644 --- a/guththila/src/guththila_xml_parser.c +++ b/guththila/src/guththila_xml_parser.c @@ -401,7 +401,7 @@ guththila_un_init( return GUTHTHILA_SUCCESS; } -static int +/*static int guththila_utf8_bytes_len( unsigned int c) { @@ -417,7 +417,7 @@ guththila_utf8_bytes_len( return 5; else return 6; -} +}*/ /* * Stores the given unicode char as UTF-8 -- cgit v1.1-32-gdbae