summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--byterun/intern.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/byterun/intern.c b/byterun/intern.c
index 8b0435a7d..624fbe2fc 100644
--- a/byterun/intern.c
+++ b/byterun/intern.c
@@ -224,7 +224,6 @@ static void intern_alloc(whsize, num_objects)
intern_block = alloc(wosize, String_tag);
} else {
intern_block = alloc_shr(wosize, String_tag);
- intern_block = check_urgent_gc (intern_block);
}
intern_header = Hd_val(intern_block);
intern_color = Color_hd(intern_header);