Remove unused variable in Python/pylifecycle.c (GH-17475)

This commit is contained in:
Pablo Galindo 2019-12-05 16:18:27 +00:00 committed by GitHub
parent 1f9f69dd4c
commit 4da4400084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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);