mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
python: remove unused variable
This commit is contained in:
@ -2762,7 +2762,6 @@ libxml_serializeNode(ATTRIBUTE_UNUSED PyObject * self, PyObject * args)
|
|||||||
xmlDocPtr doc;
|
xmlDocPtr doc;
|
||||||
const char *encoding;
|
const char *encoding;
|
||||||
int format;
|
int format;
|
||||||
int len;
|
|
||||||
xmlSaveCtxtPtr ctxt;
|
xmlSaveCtxtPtr ctxt;
|
||||||
xmlBufferPtr buf;
|
xmlBufferPtr buf;
|
||||||
int options = 0;
|
int options = 0;
|
||||||
|
Reference in New Issue
Block a user