aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-03-11 11:50:34 +0100
committerBjörn Gustavsson <[email protected]>2015-03-12 17:42:20 +0100
commit2daff33c1cee100e7e8851cef463bda7c0237310 (patch)
tree32f25a0c6348209b786a947255b796b4fe762e2a
parente16e17d8ec2085b418cfa807a1bcbf0268f1d836 (diff)
downloadotp-2daff33c1cee100e7e8851cef463bda7c0237310.tar.gz
otp-2daff33c1cee100e7e8851cef463bda7c0237310.tar.bz2
otp-2daff33c1cee100e7e8851cef463bda7c0237310.zip
Remove an historical note about fun representation before R6B
It is hardly useful to mention that funs used to be represented as tuples in ancient releases.
-rw-r--r--system/doc/programming_examples/funs.xmlsrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/doc/programming_examples/funs.xmlsrc b/system/doc/programming_examples/funs.xmlsrc
index 7bcf2e6171..57b90ccf7c 100644
--- a/system/doc/programming_examples/funs.xmlsrc
+++ b/system/doc/programming_examples/funs.xmlsrc
@@ -149,10 +149,6 @@ f(N, _) when is_integer(N) ->
<c>erlang:fun_to_list/1</c> returns a textual representation of a fun.
The <c>check_process_code/2</c> BIF returns <c>true</c> if the process
contains funs that depend on the old version of a module.</p>
- <note>
- <p>In OTP R5 and earlier releases, funs were represented using
- tuples.</p>
- </note>
</section>
<section>