Remove unused variable in Python/pylifecycle.c (GH-17475)
This commit is contained in:
parent
1f9f69dd4c
commit
4da4400084
|
@ -1253,8 +1253,6 @@ finalize_interp_clear(PyThreadState *tstate)
|
|||
{
|
||||
int is_main_interp = _Py_IsMainInterpreter(tstate);
|
||||
|
||||
PyInterpreterState *interp = tstate->interp;
|
||||
|
||||
/* Clear interpreter state and all thread states */
|
||||
PyInterpreterState_Clear(tstate->interp);
|
||||
|
||||
|
|
Loading…
Reference in New Issue