wingo pushed a commit to branch wip-whippet
in repository guile.

commit 9512c8b8060c0c203a37b42c46a8d96527a1c34f
Author: Andy Wingo <wi...@igalia.com>
AuthorDate: Fri May 16 21:59:27 2025 +0200

    Simplify mmc-attrs.h
---
 api/mmc-attrs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/api/mmc-attrs.h b/api/mmc-attrs.h
index 49ff5630b..6e9b6487d 100644
--- a/api/mmc-attrs.h
+++ b/api/mmc-attrs.h
@@ -42,7 +42,6 @@ static inline uint8_t 
gc_allocator_alloc_table_begin_pattern(enum gc_allocation_
       case GC_ALLOCATION_UNTAGGED_CONSERVATIVE:
         return young | trace_conservatively;
       case GC_ALLOCATION_TAGGED_POINTERLESS:
-        return young | trace_none;
       case GC_ALLOCATION_UNTAGGED_POINTERLESS:
         return young | trace_none;
       default:

Reply via email to