diff options
author | Björn Gustavsson <[email protected]> | 2012-02-07 16:14:27 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-02-08 15:36:45 +0100 |
commit | 80f8bf15157984d32323e3bca6d7455158e502d3 (patch) | |
tree | bab32a848b21cf7e02b8e4931b9eaceb64b28772 /lib/stdlib/src | |
parent | ab2ba6f1b0713fbe5c78f67aeefb73ffc006e995 (diff) | |
download | otp-80f8bf15157984d32323e3bca6d7455158e502d3.tar.gz otp-80f8bf15157984d32323e3bca6d7455158e502d3.tar.bz2 otp-80f8bf15157984d32323e3bca6d7455158e502d3.zip |
Mark doc_builder as removed (and not merely deprecated)
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r-- | lib/stdlib/src/otp_internal.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl index 7bacc05ff2..ce918721eb 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -337,11 +337,11 @@ obsolete_1(public_key, decode_private_key, A) when A =:= 1; A =:= 2 -> %% Added in R14B03. obsolete_1(docb_gen, _, _) -> - {deprecated,"the DocBuilder application is deprecated (will be removed in R15B)"}; + {removed,"the DocBuilder application was removed in R15B"}; obsolete_1(docb_transform, _, _) -> - {deprecated,"the DocBuilder application is deprecated (will be removed in R15B)"}; + {removed,"the DocBuilder application was removed in R15B"}; obsolete_1(docb_xml_check, _, _) -> - {deprecated,"the DocBuilder application is deprecated (will be removed in R15B)"}; + {removed,"the DocBuilder application was removed in R15B"}; %% Added in R15B obsolete_1(asn1rt, F, _) when F == load_driver; F == unload_driver -> |