[vlc-commits] libXML: deactivate an unused function
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 24 13:16:33 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 24 13:15:44 2011 +0100| [8621230992145859e1660cdf3a636097130d6747] | committer: Jean-Baptiste Kempf
libXML: deactivate an unused function
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8621230992145859e1660cdf3a636097130d6747
---
modules/misc/xml/libxml.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/misc/xml/libxml.c b/modules/misc/xml/libxml.c
index 58b19fe..da9d065 100644
--- a/modules/misc/xml/libxml.c
+++ b/modules/misc/xml/libxml.c
@@ -258,6 +258,7 @@ skip:
return likely(p_sys->node != NULL) ? ret : -1;
}
+#if 0
static char *ReaderValue( xml_reader_t *p_reader )
{
const xmlChar *psz_value =
@@ -265,6 +266,7 @@ static char *ReaderValue( xml_reader_t *p_reader )
return psz_value ? strdup( (const char *)psz_value ) : NULL;
}
+#endif
static const char *ReaderNextAttr( xml_reader_t *p_reader, const char **pval )
{
More information about the vlc-commits
mailing list