wingo pushed a commit to branch wip-whippet in repository guile. commit 5c55c26ad4ad30ac001f7f899dd68aa1bc41cb73 Author: Andy Wingo <wi...@igalia.com> AuthorDate: Wed Jul 2 09:33:34 2025 +0200
Remove dead code --- src/nofl-space.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/nofl-space.h b/src/nofl-space.h index 04e6ec649..699c69c2d 100644 --- a/src/nofl-space.h +++ b/src/nofl-space.h @@ -971,13 +971,6 @@ nofl_finish_sweeping(struct nofl_allocator *alloc, while (nofl_allocator_next_hole(alloc, space, 0)) {} } -static inline int -nofl_is_ephemeron(struct gc_ref ref) { - uint8_t meta = *nofl_metadata_byte_for_object(ref); - uint8_t kind = meta & NOFL_METADATA_BYTE_TRACE_KIND_MASK; - return kind == NOFL_METADATA_BYTE_TRACE_EPHEMERON; -} - static void nofl_space_set_ephemeron_flag(struct gc_ref ref) { if (gc_has_conservative_intraheap_edges()) {