Remove an old macro from executor.c (#110597)

This commit is contained in:
Brandt Bucher 2023-10-10 10:45:23 +02:00 committed by GitHub
parent 13380da91e
commit 982f1b7d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View 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)) { \