diff options
author | Dan Gudmundsson <[email protected]> | 2017-09-22 10:09:19 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-09-22 10:09:19 +0200 |
commit | 8703d3ee9e6e551f78e0646fde76a726e107f9d7 (patch) | |
tree | 3e84d4e3d5ecd8c3b3cf9c1668a2547b277800a2 /lib/stdlib | |
parent | 6972369837f9004d23883acce1271d1b53bb0a24 (diff) | |
download | otp-8703d3ee9e6e551f78e0646fde76a726e107f9d7.tar.gz otp-8703d3ee9e6e551f78e0646fde76a726e107f9d7.tar.bz2 otp-8703d3ee9e6e551f78e0646fde76a726e107f9d7.zip |
stdlib: Remove gs removed warning
Caused warnings which could not be suppressed, if old 'gs' application
was compiled and used together with otp-20, which is fair usage even
if OTP does not support the application anymore.
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/src/otp_internal.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl index c59db903dc..5b488cc677 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -466,8 +466,6 @@ obsolete_1(inviso, _, _) -> {removed,"the inviso application was removed in R16"}; %% Added in R15B01. -obsolete_1(gs, _, _) -> - {removed,"the gs application has been removed; use the wx application instead"}; obsolete_1(ssh, sign_data, 2) -> {removed,"removed in R16A; use public_key:pem_decode/1, public_key:pem_entry_decode/1 " "and public_key:sign/3 instead"}; |