From a86fe0f8376326ed058f4ce39a70bebf8b2dda5a Mon Sep 17 00:00:00 2001 From: Jeff Bezanson Date: Thu, 5 Aug 2021 21:05:54 -0400 Subject: [PATCH] fix `break` outside of loop in gc-debug (#41776) --- src/gc-debug.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gc-debug.c b/src/gc-debug.c index 3a0e4bf78598b..ed09cff212ff8 100644 --- a/src/gc-debug.c +++ b/src/gc-debug.c @@ -315,7 +315,6 @@ static void gc_verify_tags_page(jl_gc_pagemeta_t *pg) char *cur_page = gc_page_data((char*)halfpages - 1); if (cur_page == data) { lim = (char*)halfpages - 1; - break; } } // compute the freelist_map