aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/doc/src/hipe_app.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/doc/src/hipe_app.xml')
-rw-r--r--lib/hipe/doc/src/hipe_app.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/hipe/doc/src/hipe_app.xml b/lib/hipe/doc/src/hipe_app.xml
index 0f8511eb00..7d22a014a0 100644
--- a/lib/hipe/doc/src/hipe_app.xml
+++ b/lib/hipe/doc/src/hipe_app.xml
@@ -109,14 +109,6 @@
<c>gen_server:call()</c> waits for the reply message.</p>
</item>
- <tag>Unused list comprehensions</tag>
- <item><p>List comprehensions used only for their side effects,
- will be optimized by BEAM to not produce the unused result
- list. This optimization is not done by HiPE.</p>
- <pre>
-_ = [io:format("~p~n",[N]) || N &lt;- lists:seq(1,10)],</pre>
- </item>
-
</taglist>
</section>
<section>