commit | 035b1857edb1d1193f00d54f9942cd972e809dec | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Apr 16 00:02:59 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Apr 16 00:02:59 2006 +0000 |
tree | c88ac5dac95d6aaba282a6572b806816bf25b2d8 | |
parent | b8f81d48634ccee8a8a4089d04b81e1aadbc04fe [diff] |
err is no longer used
diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 16f0137..fe50e36 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c
@@ -1654,7 +1654,7 @@ 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;