aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-06 17:44:19 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:42 -0400
commit7c08538aa3a366409784f6a8b7aa013b85633803 (patch)
treecae00db737ff8fa27ba347f9a2960fe4f7e8fadd /iseq.h
parent884b6f3dbb33ef98fbfe96e7c70ccc8bb5735829 (diff)
downloadruby-7c08538aa3a366409784f6a8b7aa013b85633803.tar.gz
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.
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 0 insertions, 2 deletions
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 */