Skip to content

Commit 982f1b7

Browse files
authored
Remove an old macro from executor.c (python#110597)
1 parent 13380da commit 982f1b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/executor.c

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
#include "ceval_macros.h"
2323

2424

25-
#undef ASSERT_KWNAMES_IS_NULL
26-
#define ASSERT_KWNAMES_IS_NULL() (void)0
27-
2825
#undef DEOPT_IF
2926
#define DEOPT_IF(COND, INSTNAME) \
3027
if ((COND)) { \

0 commit comments

Comments
 (0)