diff options
author | Dan Gudmundsson <[email protected]> | 2017-09-22 11:38:59 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-09-22 11:38:59 +0200 |
commit | f5e6967723770e1dbd664f6b348628e7a709a51a (patch) | |
tree | fcb5414d28c3397cb1d5ba3be11331fe66bfa46a /lib/stdlib | |
parent | 6f270ea95185483516fe25411fe24721f2e90cd4 (diff) | |
parent | 0f4d186e1b2213e533975db393a8c87e1303fddd (diff) | |
download | otp-f5e6967723770e1dbd664f6b348628e7a709a51a.tar.gz otp-f5e6967723770e1dbd664f6b348628e7a709a51a.tar.bz2 otp-f5e6967723770e1dbd664f6b348628e7a709a51a.zip |
Merge branch 'maint'
* maint:
stdlib: Remove gs removed warning
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 7605ac763d..122b476ddb 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"}; |