]> granicus.if.org Git - python/commitdiff
err is no longer used
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 16 Apr 2006 00:02:59 +0000 (00:02 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 16 Apr 2006 00:02:59 +0000 (00:02 +0000)
Modules/pyexpat.c

index 16f01376102beb7e7a3c0d7ab023b87a3678da44..fe50e361f6430e4b88f3106b501607507fced027 100644 (file)
@@ -1654,7 +1654,7 @@ xmlparse_setattr(xmlparseobject *self, char *name, PyObject *v)
 static int
 xmlparse_traverse(xmlparseobject *op, visitproc visit, void *arg)
 {
-    int i, err;
+    int i;
     for (i = 0; handler_info[i].name != NULL; i++)
         Py_VISIT(op->handlers[i]);
     return 0;