diff options
author | Björn Gustavsson <[email protected]> | 2011-12-09 10:58:23 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-12-09 10:58:23 +0100 |
commit | 2ead2d78f94bda90309077080c6b6d7a5bb72d9c (patch) | |
tree | 88a73fff56e547832b7d6b7d18766e1434538f2e /lib/stdlib | |
parent | adb35e439605ce435903aa3c354592aa7f828006 (diff) | |
parent | b5ac761326623ebbdae61b4254104af105e08719 (diff) | |
download | otp-2ead2d78f94bda90309077080c6b6d7a5bb72d9c.tar.gz otp-2ead2d78f94bda90309077080c6b6d7a5bb72d9c.tar.bz2 otp-2ead2d78f94bda90309077080c6b6d7a5bb72d9c.zip |
Merge branch 'bjorn/inviso/deprecate/OTP-9798'
* bjorn/inviso/deprecate/OTP-9798:
Deprecate the inviso application
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/src/otp_internal.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl index ade79e710a..7bacc05ff2 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -348,7 +348,8 @@ 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"}; - +obsolete_1(inviso, _, _) -> + {deprecated,"the inviso application has been deprecated and will be removed in R16"}; obsolete_1(_, _, _) -> no. |