Skip to content

Commit ca9663a

Browse files
committed
Remove redundant code
1 parent 14080cb commit ca9663a

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
@@ -368,7 +368,6 @@ do { \
368368
do { \
369369
OPT_STAT_INC(traces_executed); \
370370
current_executor = (EXECUTOR); \
371-
next_uop = current_executor->trace; \
372371
goto tier2_start; \
373372
} while (0)
374373

0 commit comments

Comments
 (0)