Skip to content

Commit 9a9033f

Browse files
remove unused macro
1 parent b8f0af1 commit 9a9033f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/optimizer_analysis.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ typedef enum {
9595
INVALID_TYPE = 31,
9696
} _Py_UOpsSymExprTypeEnum;
9797

98-
#define MAX_TYPE_WITH_REFINEMENT PYFUNCTION_TYPE_VERSION_TYPE
99-
10098
typedef struct {
10199
// bitmask of types
102100
uint32_t types;

0 commit comments

Comments
 (0)