diff options
Diffstat (limited to 'Include/internal/pycore_opcode_utils.h')
-rw-r--r-- | Include/internal/pycore_opcode_utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Include/internal/pycore_opcode_utils.h b/Include/internal/pycore_opcode_utils.h index e6a8a8e..5ab31e6 100644 --- a/Include/internal/pycore_opcode_utils.h +++ b/Include/internal/pycore_opcode_utils.h @@ -55,11 +55,6 @@ extern "C" { (opcode) == RAISE_VARARGS || \ (opcode) == RERAISE) -#define IS_SUPERINSTRUCTION_OPCODE(opcode) \ - ((opcode) == LOAD_FAST__LOAD_CONST || \ - (opcode) == LOAD_CONST__LOAD_FAST) - - #define LOG_BITS_PER_INT 5 #define MASK_LOW_LOG_BITS 31 |