[commit: ghc] master: Remove PARALLEL_HASKELL comments (635a784)

git at git.haskell.org git at git.haskell.org
Tue Apr 10 14:06:55 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/635a784a519f73b19f1e86bda94d4b3c5587d85c/ghc

>---------------------------------------------------------------

commit 635a784a519f73b19f1e86bda94d4b3c5587d85c
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Tue Apr 10 17:06:27 2018 +0300

    Remove PARALLEL_HASKELL comments
    
    PARALLEL_HASKELL was long gone, remove references
    
    [skip ci]


>---------------------------------------------------------------

635a784a519f73b19f1e86bda94d4b3c5587d85c
 rts/Schedule.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/rts/Schedule.c b/rts/Schedule.c
index 2dc850c..33b7815 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -705,8 +705,6 @@ static void
 schedulePushWork(Capability *cap USED_IF_THREADS,
                  Task *task      USED_IF_THREADS)
 {
-  /* following code not for PARALLEL_HASKELL. I kept the call general,
-     future GUM versions might use pushing in a distributed setup */
 #if defined(THREADED_RTS)
 
     Capability *free_caps[n_capabilities], *cap0;



More information about the ghc-commits mailing list