[commit: ghc] master: Remove a outdated comment [skip ci] (c7c53c6)
git at git.haskell.org
git at git.haskell.org
Sat Apr 21 19:21:54 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c7c53c69bfa26543a0a6d42bc00a6c0b30baab1d/ghc
>---------------------------------------------------------------
commit c7c53c69bfa26543a0a6d42bc00a6c0b30baab1d
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Sat Apr 21 22:21:29 2018 +0300
Remove a outdated comment [skip ci]
>---------------------------------------------------------------
c7c53c69bfa26543a0a6d42bc00a6c0b30baab1d
rts/sm/GC.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/rts/sm/GC.c b/rts/sm/GC.c
index cadf557..1e07948 100644
--- a/rts/sm/GC.c
+++ b/rts/sm/GC.c
@@ -1530,9 +1530,6 @@ collect_gct_blocks (void)
take a global lock. Here we collect those blocks from the
cap->pinned_object_blocks lists and put them on the
main g0->large_object list.
-
- Returns: the number of words allocated this way, for stats
- purposes.
-------------------------------------------------------------------------- */
static void
More information about the ghc-commits
mailing list