]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove an old macro from executor.c (#110597)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 10 Oct 2023 08:45:23 +0000 (10:45 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 08:45:23 +0000 (08:45 +0000)
Python/executor.c

index 6da3af08822fd0d85c782676e2a99c83a6dfe65e..1630f0186264498927be50e7e14203e1cd5b0285 100644 (file)
@@ -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)) {                \