diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-12-16 00:43:41 +0100 |
|---|---|---|
| committer | Jean Boussier <jean.boussier@gmail.com> | 2025-12-16 09:51:07 +0100 |
| commit | e42bcd7ce76e75601ef3adf35467edf277471af2 (patch) | |
| tree | 1e2925bda2a38dd2495f62379320331c6c7867f6 /internal | |
| parent | 28b195fc67788c03be59c2a4cbf0cad52ac3b90f (diff) | |
Rename fiber_serial into ec_serial
Since it now live in the EC.
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/cont.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/cont.h b/internal/cont.h index bbcaf0b188..dcf6f820a3 100644 --- a/internal/cont.h +++ b/internal/cont.h @@ -31,11 +31,4 @@ VALUE rb_fiber_inherit_storage(struct rb_execution_context_struct *ec, struct rb VALUE rb_fiberptr_self(struct rb_fiber_struct *fiber); unsigned int rb_fiberptr_blocking(struct rb_fiber_struct *fiber); struct rb_execution_context_struct * rb_fiberptr_get_ec(struct rb_fiber_struct *fiber); - -static inline rb_serial_t -rb_ec_fiber_serial(struct rb_execution_context_struct *ec) -{ - VM_ASSERT(ec->fiber_serial >= 1); - return ec->fiber_serial; -} #endif /* INTERNAL_CONT_H */ |
