mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
err is no longer used
This commit is contained in:
parent
b8f81d4863
commit
035b1857ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1654,7 +1654,7 @@ xmlparse_setattr(xmlparseobject *self, char *name, PyObject *v)
|
||||||
static int
|
static int
|
||||||
xmlparse_traverse(xmlparseobject *op, visitproc visit, void *arg)
|
xmlparse_traverse(xmlparseobject *op, visitproc visit, void *arg)
|
||||||
{
|
{
|
||||||
int i, err;
|
int i;
|
||||||
for (i = 0; handler_info[i].name != NULL; i++)
|
for (i = 0; handler_info[i].name != NULL; i++)
|
||||||
Py_VISIT(op->handlers[i]);
|
Py_VISIT(op->handlers[i]);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue