summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/ceval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index c0783f7..b88e555 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -978,8 +978,6 @@ enter_tier_two:
#define STAT_INC(opname, name) ((void)0)
#undef STAT_DEC
#define STAT_DEC(opname, name) ((void)0)
-#undef CALL_STAT_INC
-#define CALL_STAT_INC(name) ((void)0)
#endif
#undef ENABLE_SPECIALIZATION