summaryrefslogtreecommitdiff
path: root/python/libxml.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-08-22 14:02:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-08-22 14:02:09 +0000
commit36505562ac3ef50694b53feebc5d779e807bc2c5 (patch)
tree950ec41d232682c0b0f92febb4e5330948873f97 /python/libxml.c
parent6ebf3c4c1a78406d15e8629b4a7b3d52549f0c8b (diff)
downloadlibxml2-36505562ac3ef50694b53feebc5d779e807bc2c5.tar.gz
fix a problem on last commit Daniel
* python/libxml.c: fix a problem on last commit Daniel
Diffstat (limited to 'python/libxml.c')
-rw-r--r--python/libxml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/libxml.c b/python/libxml.c
index 07cb0695..9e243146 100644
--- a/python/libxml.c
+++ b/python/libxml.c
@@ -3086,6 +3086,7 @@ libxml_xmlSchemaSetValidErrors(ATTRIBUTE_UNUSED PyObject * self, PyObject * args
return(py_retval);
}
+#if 0
PyObject *
libxml_xmlSchemaFreeValidCtxt(ATTRIBUTE_UNUSED PyObject * self, PyObject * args)
{
@@ -3112,6 +3113,7 @@ libxml_xmlSchemaFreeValidCtxt(ATTRIBUTE_UNUSED PyObject * self, PyObject * args)
Py_INCREF(Py_None);
return(Py_None);
}
+#endif
#endif