diff --git a/include/private/gc_priv.h b/include/private/gc_priv.h index f307e696e..5a0aae473 100644 --- a/include/private/gc_priv.h +++ b/include/private/gc_priv.h @@ -1015,9 +1015,6 @@ union word_ptr_ao_u { # endif }; -/* We maintain layout maps for heap blocks containing objects of a given */ -/* size. Each entry in this map describes a byte offset and has the */ -/* following type. */ struct hblkhdr { struct hblk * hb_next; /* Link field for hblk free list */ /* and for lists of chunks waiting to be */