Remove -Ofile docs
authorIan Lynagh <igloo@earth.li>
Sun, 14 Nov 2010 17:33:32 +0000 (17:33 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 14 Nov 2010 17:33:32 +0000 (17:33 +0000)
They said:
    (NOTE: not supported since GHC 4.x.  Please ask if you're interested
    in this.)

docs/users_guide/using.xml

index 9d7875a..be82322 100644 (file)
@@ -1631,31 +1631,6 @@ f "2"    = 2
             <option>-O</option>.</para>
          </listitem>
        </varlistentry>
-
-       <varlistentry>
-         <term>
-            <option>-Ofile &lt;file&gt;</option>:
-            <indexterm><primary>-Ofile &lt;file&gt; option</primary></indexterm>
-            <indexterm><primary>optimising, customised</primary></indexterm>
-          </term>
-         <listitem>
-           <para>(NOTE: not supported since GHC 4.x.  Please ask if
-           you're interested in this.)</para>
-           
-           <para>For those who need <emphasis>absolute</emphasis>
-            control over <emphasis>exactly</emphasis> what options are
-            used (e.g., compiler writers, sometimes :-), a list of
-            options can be put in a file and then slurped in with
-            <option>-Ofile</option>.</para>
-
-           <para>In that file, comments are of the
-            <literal>&num;</literal>-to-end-of-line variety; blank
-            lines and most whitespace is ignored.</para>
-
-           <para>Please ask if you are baffled and would like an
-           example of <option>-Ofile</option>!</para>
-         </listitem>
-       </varlistentry>
       </variablelist>
 
       <para>We don't use a <option>-O*</option> flag for day-to-day