Skip to content

Commit 9cc7999

Browse files
Address Chris' review
1 parent 440ad03 commit 9cc7999

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/ceval_macros.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
# define DISPATCH_TABLE instruction_funcptr_handler_table
8989
# define TRACING_DISPATCH_TABLE instruction_funcptr_tracing_table
9090
# define TARGET(op) Py_PRESERVE_NONE_CC PyObject *_TAIL_CALL_##op(TAIL_CALL_PARAMS)
91-
# define TRACING_TARGET(op) Py_PRESERVE_NONE_CC PyObject *_TAIL_CALL_TRACING_##op(TAIL_CALL_PARAMS)
9291

9392
# define DISPATCH_GOTO() \
9493
do { \
@@ -119,7 +118,6 @@
119118
# define DISPATCH_TABLE opcode_targets_table
120119
# define TRACING_DISPATCH_TABLE opcode_tracing_targets_table
121120
# define TARGET(op) TARGET_##op:
122-
# define TRACING_TARGET(op) TARGET_TRACING_##op:
123121
# define DISPATCH_GOTO() goto *opcode_targets[opcode]
124122
# define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
125123
# define JUMP_TO_LABEL(name) goto name;

0 commit comments

Comments
 (0)