From 7c08538aa3a366409784f6a8b7aa013b85633803 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Wed, 6 Oct 2021 17:44:19 -0400 Subject: Cleanup diff against upstream. Add comments I did a `git diff --stat` against upstream and looked at all the files that are outside of YJIT to come up with these minor changes. --- iseq.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index 9d8735bad1..8387f90e9a 100644 --- a/iseq.h +++ b/iseq.h @@ -315,8 +315,6 @@ VALUE rb_iseq_defined_string(enum defined_type type); /* vm.c */ VALUE rb_iseq_local_variables(const rb_iseq_t *iseq); -NOINLINE(void rb_yjit_empty_func_with_ec(rb_control_frame_t *cfp, rb_execution_context_t *ec)); - RUBY_SYMBOL_EXPORT_END #endif /* RUBY_ISEQ_H */ -- cgit v1.2.1