From 87c7ce56bdc2649bcb4c55a255d143d873f37edd Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Tue, 10 Oct 2023 01:13:17 -0700 Subject: [PATCH] Remove an old macro --- Python/executor.c | 3 --- 1 file changed, 3 deletions(-) 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)) { \