Skip to content

Commit 1e2d439

Browse files
committed
fix
1 parent dba200e commit 1e2d439

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Python/gc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,8 +1991,6 @@ PyUnstable_GC_VisitObjects(gcvisitobjects_t callback, void *arg)
19911991
int origenstate = gcstate->enabled;
19921992
gcstate->enabled = 0;
19931993
for (i = 0; i < NUM_GENERATIONS; i++) {
1994-
PyGC_Head *gc_list, *gc;
1995-
gc_list = GEN_HEAD(gcstate, i);
19961994
if (visit_generation(callback, arg, &gcstate->generations[i])) {
19971995
goto done;
19981996
}

0 commit comments

Comments
 (0)