diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-08 21:09:33 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-10 19:41:07 +0200 |
commit | 9b1ebba2af060fef90dcd722313d3f8041ec5a97 (patch) | |
tree | cea0c5bf5971230ac13ebc0cb5777f03bb9de118 /rts/Sparks.c | |
parent | 2d06a9f19d5b3ab8c3ff0b24f508c15bedae99d2 (diff) | |
download | haskell-9b1ebba2af060fef90dcd722313d3f8041ec5a97.tar.gz |
Delete the WayPar way
Also remove 't' and 's' from ALL_WAYS; they don't exist.
Differential Revision: https://phabricator.haskell.org/D1055
Diffstat (limited to 'rts/Sparks.c')
-rw-r--r-- | rts/Sparks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Sparks.c b/rts/Sparks.c index 96fda2ebf9..ada2adfd3a 100644 --- a/rts/Sparks.c +++ b/rts/Sparks.c @@ -2,7 +2,7 @@ * * (c) The GHC Team, 2000-2008 * - * Sparking support for PARALLEL_HASKELL and THREADED_RTS versions of the RTS. + * Sparking support for THREADED_RTS version of the RTS. * -------------------------------------------------------------------------*/ |