Remove unused define popcount_bits

This commit is contained in:
Matt Valentine-House 2024-04-18 21:34:56 +01:00
parent e133d0c7a1
commit 4218e6bbd5

1
gc.c
View File

@ -717,7 +717,6 @@ enum {
BITS_SIZE = sizeof(bits_t),
BITS_BITLENGTH = ( BITS_SIZE * CHAR_BIT )
};
#define popcount_bits rb_popcount_intptr
struct heap_page_header {
struct heap_page *page;