diff options
author | Matt Valentine-House <[email protected]> | 2024-04-18 21:34:56 +0100 |
---|---|---|
committer | Matt Valentine-House <[email protected]> | 2024-04-19 11:39:20 +0100 |
commit | 4218e6bbd50f2e5bc1fd39d8e504c0d7ef96dc15 (patch) | |
tree | 6a497df56c1cd4a42d079087e920895785cfc75f | |
parent | e133d0c7a117ad8e7001ccccf694c51695c60051 (diff) |
Remove unused define popcount_bits
-rw-r--r-- | gc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |