X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FWeak.c;fp=ghc%2Frts%2FWeak.c;h=012acc90f1653c3ba2f6118ccb90d7eb3c2c93b3;hb=e7c3f957fd36fd9f6369183b7a31e2a4a4c21b43;hp=c6c0e430aa1608395f7e36fa58de9115ffbf1c96;hpb=0c4c660645d31c7f8054b044854e6e84b1566cf5;p=ghc-hetmet.git diff --git a/ghc/rts/Weak.c b/ghc/rts/Weak.c index c6c0e43..012acc9 100644 --- a/ghc/rts/Weak.c +++ b/ghc/rts/Weak.c @@ -75,7 +75,6 @@ scheduleFinalizers(StgWeak *list) arr = (StgMutArrPtrs *)allocate(sizeofW(StgMutArrPtrs) + n); TICK_ALLOC_PRIM(sizeofW(StgMutArrPtrs), n, 0); SET_HDR(arr, &stg_MUT_ARR_PTRS_FROZEN_info, CCS_SYSTEM); - arr->mut_link = NULL; arr->ptrs = n; n = 0;