Skip to content

Commit aef528d

Browse files
authored
nfc: remove duplicate variable declaration (#52360)
1 parent 58c1d51 commit aef528d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,8 +1422,6 @@ int jl_gc_classify_pools(size_t sz, int *osize)
14221422

14231423
gc_fragmentation_stat_t gc_page_fragmentation_stats[JL_GC_N_POOLS];
14241424

1425-
extern gc_fragmentation_stat_t gc_page_fragmentation_stats[JL_GC_N_POOLS];
1426-
14271425
STATIC_INLINE void gc_update_page_fragmentation_data(jl_gc_pagemeta_t *pg) JL_NOTSAFEPOINT
14281426
{
14291427
#ifdef GC_MEASURE_PAGE_FRAGMENTATION

0 commit comments

Comments
 (0)