diff options
author | Björn Gustavsson <[email protected]> | 2012-05-04 11:51:56 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-06-12 12:09:29 +0200 |
commit | d8cf532d04a5f588e19806767090ebb731af80bb (patch) | |
tree | 2c938c3f9ffedaf3d26efcf5b42f28486b886581 /lib/stdlib | |
parent | 1fc1233587a00b318ce15fd520b057dee726a7fc (diff) | |
download | otp-d8cf532d04a5f588e19806767090ebb731af80bb.tar.gz otp-d8cf532d04a5f588e19806767090ebb731af80bb.tar.bz2 otp-d8cf532d04a5f588e19806767090ebb731af80bb.zip |
Remove the deprecated inviso application
Diffstat (limited to 'lib/stdlib')
-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 b9fbef9ed0..cddf345c76 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -349,7 +349,7 @@ obsolete_1(asn1rt, F, _) when F == load_driver; F == unload_driver -> 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"}; + {removed,"the inviso application was removed in R16"}; %% Added in R15B01. obsolete_1(gs, _, _) -> |