Skip to content

Commit

Permalink
nfc: remove duplicate variable declaration (#52360)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-netto committed Dec 1, 2023
1 parent 58c1d51 commit aef528d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1422,8 +1422,6 @@ int jl_gc_classify_pools(size_t sz, int *osize)

gc_fragmentation_stat_t gc_page_fragmentation_stats[JL_GC_N_POOLS];

extern gc_fragmentation_stat_t gc_page_fragmentation_stats[JL_GC_N_POOLS];

STATIC_INLINE void gc_update_page_fragmentation_data(jl_gc_pagemeta_t *pg) JL_NOTSAFEPOINT
{
#ifdef GC_MEASURE_PAGE_FRAGMENTATION
Expand Down

0 comments on commit aef528d

Please sign in to comment.