mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
Remove an old macro from executor.c (#110597)
This commit is contained in:
parent
13380da91e
commit
982f1b7d6d
@ -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)) { \
|
||||
|
Loading…
Reference in New Issue
Block a user