diff options
author | Ian Lynagh <igloo@earth.li> | 2011-07-06 12:25:27 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-07-08 13:12:03 +0100 |
commit | f15f210baa9e6bb24e060470e120efe67af68572 (patch) | |
tree | 64a074d69057dc8f33003eb95139e15a0cd849d6 /docs | |
parent | 82c9f3f0f42e917b113d2174f468e86074b895cc (diff) | |
download | haskell-f15f210baa9e6bb24e060470e120efe67af68572.tar.gz |
Remove mention of -fno-method-sharing from comments and docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 8b352d02bb..e8e262de67 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1397,13 +1397,6 @@ </row> <row> - <entry><option>-fmethod-sharing</option></entry> - <entry>Share specialisations of overloaded functions (default)</entry> - <entry>dynamic</entry> - <entry><option>-fno-method-sharing</option></entry> - </row> - - <row> <entry><option>-fdo-eta-reduction</option></entry> <entry>Enable eta-reduction. Implied by <option>-O</option>.</entry> <entry>dynamic</entry> |