-rw-r--r-- | jit/jit-interp.h | 5 |
diff --git a/jit/jit-interp.h b/jit/jit-interp.h index fdffa24..2939aee 100644 --- a/jit/jit-interp.h +++ b/jit/jit-interp.h @@ -168,11 +168,6 @@ struct jit_function_interp #define JIT_OP_PUSH_CONST_NFLOAT (JIT_OP_NUM_OPCODES + 0x0037) /* - * Exception handling (interpreter-only). - */ -#define JIT_OP_CALL_FINALLY (JIT_OP_NUM_OPCODES + 0x0038) - -/* * Marker opcode for the end of the interpreter-specific opcodes. */ #define JIT_OP_END_MARKER (JIT_OP_NUM_OPCODES + 0x003B) |