aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2016-02-25 15:35:54 +0100
committerSiri Hansen <[email protected]>2016-02-25 15:35:54 +0100
commit023f096db6c225499b7af0fdea984a078bd660f9 (patch)
tree94bdc633e7ed6d119367f499c61dd628ac9cfdaf /lib/stdlib
parent95811d8f832076c329166fb529394ca015266ea2 (diff)
parentc56cdb91d057cdb40bb79d4f49e88966c0244017 (diff)
downloadotp-023f096db6c225499b7af0fdea984a078bd660f9.tar.gz
otp-023f096db6c225499b7af0fdea984a078bd660f9.tar.bz2
otp-023f096db6c225499b7af0fdea984a078bd660f9.zip
Merge branch 'siri/remove-overload/OTP-13184'
* siri/remove-overload/OTP-13184: Remove module 'overload' from SASL
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/src/otp_internal.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl
index 0dc2626ae8..6f546da7b8 100644
--- a/lib/stdlib/src/otp_internal.erl
+++ b/lib/stdlib/src/otp_internal.erl
@@ -650,7 +650,7 @@ obsolete_1(code, rehash, 0) ->
{deprecated, "deprecated because the code path cache feature has been removed"};
obsolete_1(overload, _, _) ->
- {deprecated, "deprecated; will be removed in OTP 19"};
+ {removed, "removed in OTP 19"};
obsolete_1(_, _, _) ->
no.