mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Remove an old macro from executor.c (#110597)
This commit is contained in:
parent
13380da91e
commit
982f1b7d6d
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue