Remove duplicated rb_yjit_get_stats (#5997)
`rb_yjit_get_stats` is defined twice in yjit.c, it only needs to be defined once.
This commit is contained in:
parent
e75cb61d46
commit
c54f4264c2
Notes:
git
2022-06-10 23:13:18 +09:00
Merged-By: maximecb <maximecb@ruby-lang.org>
1
yjit.c
1
yjit.c
@ -955,7 +955,6 @@ VALUE rb_yjit_reset_stats_bang(rb_execution_context_t *ec, VALUE self);
|
||||
VALUE rb_yjit_disasm_iseq(rb_execution_context_t *ec, VALUE self, VALUE iseq);
|
||||
VALUE rb_yjit_insns_compiled(rb_execution_context_t *ec, VALUE self, VALUE iseq);
|
||||
VALUE rb_yjit_simulate_oom_bang(rb_execution_context_t *ec, VALUE self);
|
||||
VALUE rb_yjit_get_stats(rb_execution_context_t *ec, VALUE self);
|
||||
VALUE rb_yjit_get_exit_locations(rb_execution_context_t *ec, VALUE self);
|
||||
|
||||
// Preprocessed yjit.rb generated during build
|
||||
|
Loading…
x
Reference in New Issue
Block a user