File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -576,7 +576,6 @@ rb_gc_impl_objspace_alloc(void)
576576{
577577 MMTk_Builder * builder = rb_mmtk_builder_init ();
578578 MMTk_RubyBindingOptions binding_options = {
579- .ractor_check_mode = RACTOR_CHECK_MODE != 0 ,
580579 .suffix_size = RVALUE_SUFFIX_SIZE ,
581580 };
582581 mmtk_init_binding (builder , & binding_options , & ruby_upcalls );
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ typedef struct MMTk_BumpPointer {
3333#define MMTk_GC_THREAD_KIND_WORKER 1
3434
3535typedef struct MMTk_RubyBindingOptions {
36- bool ractor_check_mode ;
3736 size_t suffix_size ;
3837} MMTk_RubyBindingOptions ;
3938
Original file line number Diff line number Diff line change @@ -291,7 +291,6 @@ impl From<Vec<ObjectReference>> for RawVecOfObjRef {
291291#[ repr( C ) ]
292292#[ derive( Clone ) ]
293293pub struct RubyBindingOptions {
294- pub ractor_check_mode : bool ,
295294 pub suffix_size : usize ,
296295}
297296
You can’t perform that action at this time.
0 commit comments