summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-02-27 13:17:40 +0000
committerPaolo Capriotti <p.capriotti@gmail.com>2012-03-06 17:37:07 +0000
commit30fc1dc9549e16d925a59cc79832b120c422b699 (patch)
tree7b0b819218981eb91633377cbf4bf2b79d656fa7
parent9f19268b00513d46ac52e22f2a12591b489c61a0 (diff)
downloadhaskell-30fc1dc9549e16d925a59cc79832b120c422b699.tar.gz
Remove documentation that a feature was missing, because it is not. (#5896)
MERGED from commit b1bd566a40d3cfe3db51aa1399b293cdbceff185
-rw-r--r--docs/users_guide/using.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml
index 1cc07689ea..8ef5bf9003 100644
--- a/docs/users_guide/using.xml
+++ b/docs/users_guide/using.xml
@@ -2174,9 +2174,6 @@ f "2" = 2
enabling the parallel garbage collector (see
<xref linkend="rts-options-gc" />).</para>
- <para>There is no means (currently) by which this value
- may vary after the program has started.</para>
-
<para>The current value of the <option>-N</option> option
is available to the Haskell program
via <literal>Control.Concurrent.getNumCapabilities</literal>, and