aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/executor.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/executor.c')
-rw-r--r--Python/executor.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/executor.c b/Python/executor.c
index 6da3af08822..1630f018626 100644
--- a/Python/executor.c
+++ b/Python/executor.c
@@ -22,9 +22,6 @@
#include "ceval_macros.h"
-#undef ASSERT_KWNAMES_IS_NULL
-#define ASSERT_KWNAMES_IS_NULL() (void)0
-
#undef DEOPT_IF
#define DEOPT_IF(COND, INSTNAME) \
if ((COND)) { \