summaryrefslogtreecommitdiff
path: root/ghc/docs
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-10-05 13:08:58 +0000
committersimonmar <unknown>2005-10-05 13:08:58 +0000
commite5ad1cb3bea27e8a56eae143e78baac54e9dc4cd (patch)
treeddad8ce3870a5d929ad31a70bb21e09048bc244a /ghc/docs
parentff4bec32992c3e225bc94b29202d6a921996939e (diff)
downloadhaskell-e5ad1cb3bea27e8a56eae143e78baac54e9dc4cd.tar.gz
[project @ 2005-10-05 13:08:58 by simonmar]
remove duplicate mention of -fignore-asserts
Diffstat (limited to 'ghc/docs')
-rw-r--r--ghc/docs/users_guide/flags.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/ghc/docs/users_guide/flags.xml b/ghc/docs/users_guide/flags.xml
index 8342dcc039..29e7f9bc82 100644
--- a/ghc/docs/users_guide/flags.xml
+++ b/ghc/docs/users_guide/flags.xml
@@ -588,12 +588,6 @@
<entry><option>-fno-glasgow-exts</option></entry>
</row>
<row>
- <entry><option>-fignore-asserts</option></entry>
- <entry>Ignore assertions</entry>
- <entry>dynamic</entry>
- <entry><option>-fno-ignore-asserts</option></entry>
- </row>
- <row>
<entry><option>-fimplicit-params</option></entry>
<entry>Enable Implicit Parameters.
Implied by <option>-fglasgow-exts</option>.</entry>