Skip to content

Commit 4da4400

Browse files
authored
Remove unused variable in Python/pylifecycle.c (GH-17475)
1 parent 1f9f69d commit 4da4400

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Python/pylifecycle.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,8 +1253,6 @@ finalize_interp_clear(PyThreadState *tstate)
12531253
{
12541254
int is_main_interp = _Py_IsMainInterpreter(tstate);
12551255

1256-
PyInterpreterState *interp = tstate->interp;
1257-
12581256
/* Clear interpreter state and all thread states */
12591257
PyInterpreterState_Clear(tstate->interp);
12601258

0 commit comments

Comments
 (0)