From 982f1b7d6dc2f13b9607ce092e36e32972e3702c Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Tue, 10 Oct 2023 10:45:23 +0200 Subject: Remove an old macro from executor.c (#110597) --- Python/executor.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'Python/executor.c') 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)) { \ -- cgit v1.2.3