From: Brandt Bucher Date: Tue, 10 Oct 2023 08:45:23 +0000 (+0200) Subject: Remove an old macro from executor.c (#110597) X-Git-Tag: v3.13.0a1~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=982f1b7d6dc2f13b9607ce092e36e32972e3702c;p=thirdparty%2FPython%2Fcpython.git Remove an old macro from executor.c (#110597) --- diff --git a/Python/executor.c b/Python/executor.c index 6da3af08822f..1630f0186264 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)) { \