summaryrefslogtreecommitdiffstats
path: root/Python/ceval_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/ceval_macros.h')
-rw-r--r--Python/ceval_macros.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/ceval_macros.h b/Python/ceval_macros.h
index ac44aec..a3606b1 100644
--- a/Python/ceval_macros.h
+++ b/Python/ceval_macros.h
@@ -392,8 +392,6 @@ stack_pointer = _PyFrame_GetStackPointer(frame);
#define GOTO_TIER_TWO() goto enter_tier_two;
-#define GOTO_TIER_ONE() goto exit_trace;
-
#define CURRENT_OPARG() (next_uop[-1].oparg)
#define CURRENT_OPERAND() (next_uop[-1].operand)