diff options
author | Björn Gustavsson <[email protected]> | 2011-12-08 14:09:53 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-12-08 14:46:47 +0100 |
commit | b5ac761326623ebbdae61b4254104af105e08719 (patch) | |
tree | 7a207ed3c95f261a1e8fbdf77d128c7986be7539 /lib/stdlib | |
parent | ac3cbe8bee6b826004c02a1d21f8093899716b33 (diff) | |
download | otp-b5ac761326623ebbdae61b4254104af105e08719.tar.gz otp-b5ac761326623ebbdae61b4254104af105e08719.tar.bz2 otp-b5ac761326623ebbdae61b4254104af105e08719.zip |
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. |