Skip to content

Commit 0b9dcb7

Browse files
committed
Remove redundant code
1 parent a30e444 commit 0b9dcb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/ceval_macros.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ do { \
365365
Py_INCREF(_executor); \
366366
next_instr = jitted(frame, stack_pointer, tstate); \
367367
Py_DECREF(_executor); \
368-
tstate->current_executor = NULL; \
369368
frame = tstate->current_frame; \
370369
stack_pointer = _PyFrame_GetStackPointer(frame); \
371370
if (next_instr == NULL) { \

0 commit comments

Comments
 (0)