diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-05 13:44:04 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-05 23:28:59 -0800 |
| commit | ed5770878ad621fb033ed140206cf05a533ec4e2 (patch) | |
| tree | 001d4cc6ad43975a6a42f623a05adf3d13a9c4c7 | |
| parent | 91f1dc532cfd063b561a056c4c434956488d8505 (diff) | |
Remove duplicated declarations
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7448
| -rw-r--r-- | mjit.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -152,9 +152,6 @@ static inline VALUE mjit_pause(bool wait_p){ return Qnil; } // unreachable static inline VALUE mjit_resume(void){ return Qnil; } // unreachable static inline void mjit_finish(bool close_handle_p){} -static inline void rb_mjit_bop_redefined(int redefined_flag, enum ruby_basic_operators bop) {} -static inline void rb_mjit_before_ractor_spawn(void) {} -static inline void rb_mjit_tracing_invalidate_all(rb_event_flag_t new_iseq_events) {} static inline void rb_mjit_collect_vm_usage_insn(int insn) {} # endif // USE_MJIT |
