summaryrefslogtreecommitdiff
path: root/yjit.c
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2022-06-10 10:12:58 -0400
committerGitHub <noreply@github.com>2022-06-10 10:12:58 -0400
commitc54f4264c281b2392a540042f894bb85c240007b (patch)
tree579deaa52763dce3c817b65aecd1a5b7146e24fd /yjit.c
parente75cb61d4645b9833b14a0cc4190cceffc9b6551 (diff)
downloadruby-c54f4264c281b2392a540042f894bb85c240007b.tar.gz
Remove duplicated rb_yjit_get_stats (#5997)
`rb_yjit_get_stats` is defined twice in yjit.c, it only needs to be defined once.
Diffstat (limited to 'yjit.c')
-rw-r--r--yjit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/yjit.c b/yjit.c
index b4e36e0b68..5dde402f41 100644
--- a/yjit.c
+++ b/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