diff options
author | Ingela Anderton Andin <[email protected]> | 2013-01-08 15:01:10 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-01-08 15:01:10 +0100 |
commit | 67777601894ba779757daab0f062084ce03a1432 (patch) | |
tree | ff30b6b1e1c033185251101ebf16ca281b82414a /lib/stdlib/src/otp_internal.erl | |
parent | 3e8a6c8bceea8552ef50bd8dcfc14a0f79c9f32e (diff) | |
parent | 13971c224c42d1a583a41d37e809a380c932c60c (diff) | |
download | otp-67777601894ba779757daab0f062084ce03a1432.tar.gz otp-67777601894ba779757daab0f062084ce03a1432.tar.bz2 otp-67777601894ba779757daab0f062084ce03a1432.zip |
Merge branch 'ia/ssl/deprecated-r16'
* ia/ssl/deprecated-r16:
stdlib: Updated otp_internal to reflect removal of deprecated function
ssl & orber: Remove ssl:pid/1 (has been pointless since R14)
Diffstat (limited to 'lib/stdlib/src/otp_internal.erl')
-rw-r--r-- | lib/stdlib/src/otp_internal.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl index 88985ea1d0..400380a36d 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -347,7 +347,7 @@ obsolete_1(docb_xml_check, _, _) -> obsolete_1(asn1rt, F, _) when F == load_driver; F == unload_driver -> {deprecated,"deprecated (will be removed in R16A); has no effect as drivers are no longer used."}; obsolete_1(ssl, pid, 1) -> - {deprecated,"deprecated (will be removed in R17); is no longer needed"}; + {removed,"was removed in R16; is no longer needed"}; obsolete_1(inviso, _, _) -> {removed,"the inviso application was removed in R16"}; |