diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/programming_examples/funs.xmlsrc | 4 |
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> |