Skip to content

Commit

Permalink
Remove a dangling comment for deleted map_entry_type
Browse files Browse the repository at this point in the history
(fix of commit e35a417)

* include/private/gc_priv.h (hblkhdr): Remove a misleading comment
(which belongs initially to hb_map field type).
  • Loading branch information
ivmai committed Sep 3, 2024
1 parent 4b3bc2a commit 282d4fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/private/gc_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1088,9 +1088,6 @@ typedef word page_hash_table[PHT_SIZE];
/* initial group of mark bits, and it is safe to */
/* allocate smaller header for large objects. */

/* 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 */
Expand Down

0 comments on commit 282d4fc

Please sign in to comment.