diff options
author | Björn Gustavsson <[email protected]> | 2012-02-07 16:06:58 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-02-08 15:36:45 +0100 |
commit | 3a33f61698ebc831d23db81d04f2f1c1efcb4424 (patch) | |
tree | 797df4a04a7dbca4ea2bac70dddf9e96fa622112 /lib/stdlib/src/otp_internal.erl | |
parent | 80f8bf15157984d32323e3bca6d7455158e502d3 (diff) | |
download | otp-3a33f61698ebc831d23db81d04f2f1c1efcb4424.tar.gz otp-3a33f61698ebc831d23db81d04f2f1c1efcb4424.tar.bz2 otp-3a33f61698ebc831d23db81d04f2f1c1efcb4424.zip |
Deprecate the gs application
Diffstat (limited to 'lib/stdlib/src/otp_internal.erl')
-rw-r--r-- | lib/stdlib/src/otp_internal.erl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl index ce918721eb..6e8af0f3f6 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -350,6 +350,11 @@ 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"}; + +%% Added in R15B01. +obsolete_1(gs, _, _) -> + {deprecated,"the gs application has been deprecated and will be removed in R16; use the wx application instead"}; + obsolete_1(_, _, _) -> no. |