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:
Eileen M. Uchitelle 2022-06-10 10:12:58 -04:00 committed by GitHub
parent e75cb61d46
commit c54f4264c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2022-06-10 23:13:18 +09:00
Merged-By: maximecb <maximecb@ruby-lang.org>

1
yjit.c
View File

@ -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