diff options
author | damitha | 2010-06-28 21:07:05 +0000 |
---|---|---|
committer | damitha | 2010-06-28 21:07:05 +0000 |
commit | 6dd3e066641f91a09d6956dba0533f42331d5b36 (patch) | |
tree | 78306bd5d01330155f4e52e88ce4ba58ecf40d64 /guththila | |
parent | 7718bd0b42a978c408595c13f7b09e0a8341b8d7 (diff) | |
download | axis2c-6dd3e066641f91a09d6956dba0533f42331d5b36.tar.gz axis2c-6dd3e066641f91a09d6956dba0533f42331d5b36.tar.bz2 |
Removed the unused warning
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'guththila')
-rw-r--r-- | guththila/src/guththila_xml_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |