diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-02-01 16:37:27 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-02-01 16:37:27 +0000 |
commit | 0b22a78248bd06da23c220c842d2a850475d39de (patch) | |
tree | 716fd94e85dfd4eac3575dd88435174f6be081d0 /includes | |
parent | 8a23f2d9b91e8bf180a8578b2c929961b3c1825b (diff) | |
download | haskell-0b22a78248bd06da23c220c842d2a850475d39de.tar.gz |
+RTS -qw hasn't done anything since 7.0.1; remove the implementation & docs
It is still (silently) accepted for backwards compatibility.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/Flags.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/rts/Flags.h b/includes/rts/Flags.h index 75525d8984..95ccfc0281 100644 --- a/includes/rts/Flags.h +++ b/includes/rts/Flags.h @@ -148,8 +148,7 @@ struct MISC_FLAGS { struct PAR_FLAGS { nat nNodes; /* number of threads to run simultaneously */ rtsBool migrate; /* migrate threads between capabilities */ - rtsBool wakeupMigrate; /* migrate a thread on wakeup */ - unsigned int maxLocalSparks; + unsigned int maxLocalSparks; rtsBool parGcEnabled; /* enable parallel GC */ unsigned int parGcGen; /* do parallel GC in this generation * and higher only */ |