Skip to content

Commit

Permalink
Remove an old macro from executor.c (python#110597)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtbucher authored Oct 10, 2023
1 parent 13380da commit 982f1b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Python/executor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) { \
Expand Down

0 comments on commit 982f1b7

Please sign in to comment.