summaryrefslogtreecommitdiff
path: root/reclaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'reclaim.c')
-rw-r--r--reclaim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/reclaim.c b/reclaim.c
index bb7905ac..9d4606eb 100644
--- a/reclaim.c
+++ b/reclaim.c
@@ -549,7 +549,6 @@ STATIC void GC_print_block_descr(struct hblk *h,
unsigned n_marks = GC_n_set_marks(hhdr);
unsigned n_objs = (unsigned)HBLK_OBJS(sz);
- if (0 == n_objs) n_objs = 1;
if (hhdr -> hb_n_marks != n_marks) {
GC_printf("%u,%u,%u!=%u,%u\n", hhdr->hb_obj_kind, (unsigned)sz,
(unsigned)hhdr->hb_n_marks, n_marks, n_objs);