Skip to content

Commit 4e1f599

Browse files
committed
Remove unused variable.
1 parent c5ec89c commit 4e1f599

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/pystate.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3324,7 +3324,6 @@ PyThreadState_Release(void)
33243324
return;
33253325
}
33263326

3327-
PyInterpreterState *interp = tstate->interp;
33283327
tstate->ensured = ensured->next;
33293328
tstate->daemon = ensured->was_daemon;
33303329
PyMem_RawFree(ensured);

0 commit comments

Comments
 (0)