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;