Remove unused define popcount_bits
This commit is contained in:
parent
e133d0c7a1
commit
4218e6bbd5
1
gc.c
1
gc.c
@ -717,7 +717,6 @@ enum {
|
|||||||
BITS_SIZE = sizeof(bits_t),
|
BITS_SIZE = sizeof(bits_t),
|
||||||
BITS_BITLENGTH = ( BITS_SIZE * CHAR_BIT )
|
BITS_BITLENGTH = ( BITS_SIZE * CHAR_BIT )
|
||||||
};
|
};
|
||||||
#define popcount_bits rb_popcount_intptr
|
|
||||||
|
|
||||||
struct heap_page_header {
|
struct heap_page_header {
|
||||||
struct heap_page *page;
|
struct heap_page *page;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user