[libxml2] python: remove unused variable
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [libxml2] python: remove unused variable
- Date: Wed, 25 May 2011 14:15:48 +0000 (UTC)
commit fdd3c04a617b330084335bee90387dcfa975500f
Author: Stefan Kost <ensonic users sf net>
Date:   Mon May 9 12:54:10 2011 +0300
    python: remove unused variable
 python/libxml.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/python/libxml.c b/python/libxml.c
index cfdaac8..3e26e2d 100644
--- a/python/libxml.c
+++ b/python/libxml.c
@@ -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;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]