diff options
author | Björn Gustavsson <[email protected]> | 2016-06-29 11:39:25 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-06-29 11:39:25 +0200 |
commit | c9552ed591c4cbb29b48d6faedebd88447888185 (patch) | |
tree | 602611acb8fcc81b5a84d7168729b711c3780d8a /lib/stdlib | |
parent | 04e9514bca9434676f6ee9548febb8d4d1a1a847 (diff) | |
parent | 6931dce17580d097351dd7be09ce7c9ed3f72827 (diff) | |
download | otp-c9552ed591c4cbb29b48d6faedebd88447888185.tar.gz otp-c9552ed591c4cbb29b48d6faedebd88447888185.tar.bz2 otp-c9552ed591c4cbb29b48d6faedebd88447888185.zip |
Merge branch 'bjorn/remove-gs/OTP-13703'
* bjorn/remove-gs/OTP-13703:
Remove the gs 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 3bd338071b..4161ced9ab 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -416,7 +416,7 @@ obsolete_1(inviso, _, _) -> %% Added in R15B01. obsolete_1(gs, _, _) -> - {deprecated,"the gs application has been deprecated and will be removed in OTP 18; use the wx application instead"}; + {removed,"the gs application has been removed; use the wx application instead"}; obsolete_1(ssh, sign_data, 2) -> {deprecated,"deprecated (will be removed in R16A); use public_key:pem_decode/1, public_key:pem_entry_decode/1 " "and public_key:sign/3 instead"}; |