1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-19 14:50:07 +03:00

python: remove unused variable

This commit is contained in:
Stefan Kost 2011-05-09 12:54:10 +03:00
parent c31e06cc18
commit fdd3c04a61

View File

@ -2762,7 +2762,6 @@ libxml_serializeNode(ATTRIBUTE_UNUSED PyObject * self, PyObject * args)
xmlDocPtr doc;
const char *encoding;
int format;
int len;
xmlSaveCtxtPtr ctxt;
xmlBufferPtr buf;
int options = 0;