Commit 86212309 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

libXML: deactivate an unused function

parent a7954424
...@@ -258,6 +258,7 @@ skip: ...@@ -258,6 +258,7 @@ skip:
return likely(p_sys->node != NULL) ? ret : -1; return likely(p_sys->node != NULL) ? ret : -1;
} }
#if 0
static char *ReaderValue( xml_reader_t *p_reader ) static char *ReaderValue( xml_reader_t *p_reader )
{ {
const xmlChar *psz_value = const xmlChar *psz_value =
...@@ -265,6 +266,7 @@ static char *ReaderValue( xml_reader_t *p_reader ) ...@@ -265,6 +266,7 @@ static char *ReaderValue( xml_reader_t *p_reader )
return psz_value ? strdup( (const char *)psz_value ) : NULL; return psz_value ? strdup( (const char *)psz_value ) : NULL;
} }
#endif
static const char *ReaderNextAttr( xml_reader_t *p_reader, const char **pval ) static const char *ReaderNextAttr( xml_reader_t *p_reader, const char **pval )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment