Skip to content

Commit c565bbb

Browse files
committed
fix lint
1 parent 210275a commit c565bbb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Include/internal/pycore_optimizer_types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ typedef enum _JitSymType {
3939
JIT_SYM_TUPLE_TAG = 8,
4040
JIT_SYM_TRUTHINESS_TAG = 9,
4141
JIT_SYM_COMPACT_INT = 10,
42-
4342
JIT_SYM_INVALID_TAG = 255, // for non-symbol values on abstract stack
4443
} JitSymType;
4544

0 commit comments

Comments
 (0)