aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/doc
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-11-03 17:51:01 +0100
committerSverker Eriksson <[email protected]>2017-11-03 17:51:01 +0100
commit987d6e240c0c80ccb4b3fa565ce22a6b29fc58cf (patch)
treeccf84e1eeb0a4db866b14ae64dfd4fae65d1e1c3 /lib/hipe/doc
parentd231efe023a4a22ee2845ff6da3d3e1a733e433b (diff)
downloadotp-987d6e240c0c80ccb4b3fa565ce22a6b29fc58cf.tar.gz
otp-987d6e240c0c80ccb4b3fa565ce22a6b29fc58cf.tar.bz2
otp-987d6e240c0c80ccb4b3fa565ce22a6b29fc58cf.zip
Removed "unused list comprehensions"
which don't seem to be true.
Diffstat (limited to 'lib/hipe/doc')
-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>