Skip to content

Commit cbcd552

Browse files
committed
Remove old artifacts (again).
1 parent 8a1aa13 commit cbcd552

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/ceval_gil.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,6 @@ _Py_FinishPendingCalls(PyThreadState *tstate)
10221022
#ifndef NDEBUG
10231023
int32_t npending_prev = INT32_MAX;
10241024
#endif
1025-
int called = 0;
10261025
do {
10271026
if (make_pending_calls(tstate) < 0) {
10281027
PyObject *exc = _PyErr_GetRaisedException(tstate);
@@ -1040,8 +1039,6 @@ _Py_FinishPendingCalls(PyThreadState *tstate)
10401039
npending_prev = npending;
10411040
#endif
10421041
} while (npending > 0);
1043-
1044-
return;
10451042
}
10461043

10471044
int

0 commit comments

Comments
 (0)