Skip to content

Commit

Permalink
Remove unused op names
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Dec 8, 2022
1 parent 99e8ec6 commit c08dbdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Python/bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ static size_t jump;
static _Py_CODEUNIT when_to_jump_mask, invert, counter, index, hint;
static uint32_t type_version;
// Dummy opcode names for 'op' opcodes
#define _BINARY_OP_INPLACE_ADD_UNICODE_PART_1 1001
#define _BINARY_OP_INPLACE_ADD_UNICODE_PART_2 1002
#define _COMPARE_OP_FLOAT 1003
#define _COMPARE_OP_INT 1004
#define _COMPARE_OP_STR 1005
Expand Down

0 comments on commit c08dbdb

Please sign in to comment.