From 290e26c729a083f4461d2497099d9e7eee814228 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 6 Mar 2023 22:03:39 -0800 Subject: Remove obsoleted MJIT_HEADER macro --- vm_insnhelper.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vm_insnhelper.h') diff --git a/vm_insnhelper.h b/vm_insnhelper.h index 3f0eaeb4be..db769f26e9 100644 --- a/vm_insnhelper.h +++ b/vm_insnhelper.h @@ -181,7 +181,6 @@ CC_SET_FASTPATH(const struct rb_callcache *cc, vm_call_handler func, bool enable /* others */ /**********************************************************/ -#ifndef MJIT_HEADER #define CALL_SIMPLE_METHOD() do { \ rb_snum_t x = leaf ? INSN_ATTR(width) : 0; \ rb_snum_t y = attr_width_opt_send_without_block(0); \ @@ -189,7 +188,6 @@ CC_SET_FASTPATH(const struct rb_callcache *cc, vm_call_handler func, bool enable ADD_PC(z); \ DISPATCH_ORIGINAL_INSN(opt_send_without_block); \ } while (0) -#endif #define GET_GLOBAL_CVAR_STATE() (ruby_vm_global_cvar_state) #define INC_GLOBAL_CVAR_STATE() (++ruby_vm_global_cvar_state) -- cgit v1.2.1