Remove an out of date paragraph from the user guide; fixes #4331
authorIan Lynagh <igloo@earth.li>
Wed, 22 Sep 2010 22:52:39 +0000 (22:52 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 22 Sep 2010 22:52:39 +0000 (22:52 +0000)
docs/users_guide/glasgow_exts.xml

index 3e8df7b..d3eba61 100644 (file)
@@ -8102,10 +8102,6 @@ data S = S {-# UNPACK #-} !Int {-# UNPACK #-} !Int
       directly in the <function>T</function> constructor.  The
       unpacker can see through newtypes, too.</para>
 
       directly in the <function>T</function> constructor.  The
       unpacker can see through newtypes, too.</para>
 
-      <para>If a field cannot be unpacked, you will not get a warning,
-      so it might be an idea to check the generated code with
-      <option>-ddump-simpl</option>.</para>
-
       <para>See also the <option>-funbox-strict-fields</option> flag,
       which essentially has the effect of adding
       <literal>{-#&nbsp;UNPACK&nbsp;#-}</literal> to every strict
       <para>See also the <option>-funbox-strict-fields</option> flag,
       which essentially has the effect of adding
       <literal>{-#&nbsp;UNPACK&nbsp;#-}</literal> to every strict