Skip to content

Commit c08dbdb

Browse files
committed
Remove unused op names
1 parent 99e8ec6 commit c08dbdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ static size_t jump;
8888
static _Py_CODEUNIT when_to_jump_mask, invert, counter, index, hint;
8989
static uint32_t type_version;
9090
// Dummy opcode names for 'op' opcodes
91-
#define _BINARY_OP_INPLACE_ADD_UNICODE_PART_1 1001
92-
#define _BINARY_OP_INPLACE_ADD_UNICODE_PART_2 1002
9391
#define _COMPARE_OP_FLOAT 1003
9492
#define _COMPARE_OP_INT 1004
9593
#define _COMPARE_OP_STR 1005

0 commit comments

Comments
 (0)