Skip to content

Commit 8ebd73d

Browse files
committed
Remove unused define
1 parent 57ba52d commit 8ebd73d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/specialize.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,6 @@ _PyCode_Quicken(_Py_CODEUNIT *instructions, Py_ssize_t size, PyObject *consts,
608608
#define SPEC_FAIL_CALL_INIT_NOT_SIMPLE 30
609609
#define SPEC_FAIL_CALL_METACLASS 31
610610
#define SPEC_FAIL_CALL_INIT_NOT_INLINE_VALUES 32
611-
#define SPEC_FAIL_CALL_NO_TYPE_VERSION 33
612611

613612
/* COMPARE_OP */
614613
#define SPEC_FAIL_COMPARE_OP_DIFFERENT_TYPES 12

0 commit comments

Comments
 (0)