aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/cruby_bindings.inc.rs
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-07 23:14:07 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-07 23:16:24 -0800
commite93e780f3d37705a26a9160c60cc92255c1ff60a (patch)
treefcaee4606e3ba755cb1c560f8e1ce4db0385d37d /yjit/src/cruby_bindings.inc.rs
parentb67f07fa2c5b7fe9a08563bbc8084401b2ec68c4 (diff)
downloadruby-e93e780f3d37705a26a9160c60cc92255c1ff60a.tar.gz
Remove MJIT's builtin function compiler
Diffstat (limited to 'yjit/src/cruby_bindings.inc.rs')
-rw-r--r--yjit/src/cruby_bindings.inc.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/yjit/src/cruby_bindings.inc.rs b/yjit/src/cruby_bindings.inc.rs
index a683c5a1e4..87d06fc658 100644
--- a/yjit/src/cruby_bindings.inc.rs
+++ b/yjit/src/cruby_bindings.inc.rs
@@ -848,14 +848,6 @@ pub struct rb_builtin_function {
pub argc: ::std::os::raw::c_int,
pub index: ::std::os::raw::c_int,
pub name: *const ::std::os::raw::c_char,
- pub compiler: ::std::option::Option<
- unsafe extern "C" fn(
- arg1: VALUE,
- arg2: ::std::os::raw::c_long,
- arg3: ::std::os::raw::c_uint,
- arg4: bool,
- ),
- >,
}
pub const YARVINSN_nop: ruby_vminsn_type = 0;
pub const YARVINSN_getlocal: ruby_vminsn_type = 1;