From 9df712a0e2013018bf44be71404ffc17dce21744 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 13 Jul 2021 18:46:32 +1200 Subject: Expose `rb_obj_is_fiber`. --- internal/cont.h | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/cont.h') diff --git a/internal/cont.h b/internal/cont.h index 9e49dd3c8e..8be1950e98 100644 --- a/internal/cont.h +++ b/internal/cont.h @@ -15,7 +15,6 @@ struct rb_thread_struct; /* in vm_core.h */ struct rb_fiber_struct; /* in cont.c */ /* cont.c */ -VALUE rb_obj_is_fiber(VALUE); void rb_fiber_reset_root_local_storage(struct rb_thread_struct *); void ruby_register_rollback_func_for_ensure(VALUE (*ensure_func)(VALUE), VALUE (*rollback_func)(VALUE)); void rb_fiber_init_mjit_cont(struct rb_fiber_struct *fiber); -- cgit v1.2.1