From 282d4fc71c921d833f72c2e311a714d1e66ab77d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 3 Sep 2024 07:33:45 +0300 Subject: [PATCH] Remove a dangling comment for deleted map_entry_type (fix of commit e35a4171f) * include/private/gc_priv.h (hblkhdr): Remove a misleading comment (which belongs initially to hb_map field type). --- include/private/gc_priv.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/private/gc_priv.h b/include/private/gc_priv.h index a096df3eb..a921cbd04 100644 --- a/include/private/gc_priv.h +++ b/include/private/gc_priv.h @@ -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 */