Skip to content

Commit db5114b

Browse files
Cleanup
1 parent 9f90bfe commit db5114b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/ceval_macros.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@
9696
# define DISPATCH_GOTO() goto dispatch_opcode
9797
#endif
9898

99-
#define TAIL_CALL_TARGET(name) name
100-
101-
10299
/* PRE_DISPATCH_GOTO() does lltrace if enabled. Normally a no-op */
103100
#ifdef LLTRACE
104101
#define PRE_DISPATCH_GOTO() if (frame->lltrace >= 5) { \

0 commit comments

Comments
 (0)