diff --git a/Python/executor.c b/Python/executor.c index 6da3af08822fd0..1630f018626449 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)) { \