diff options
author | Siri Hansen <[email protected]> | 2016-02-25 15:35:54 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-02-25 15:35:54 +0100 |
commit | 023f096db6c225499b7af0fdea984a078bd660f9 (patch) | |
tree | 94bdc633e7ed6d119367f499c61dd628ac9cfdaf /lib/sasl/src/misc_supp.erl | |
parent | 95811d8f832076c329166fb529394ca015266ea2 (diff) | |
parent | c56cdb91d057cdb40bb79d4f49e88966c0244017 (diff) | |
download | otp-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/sasl/src/misc_supp.erl')
-rw-r--r-- | lib/sasl/src/misc_supp.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sasl/src/misc_supp.erl b/lib/sasl/src/misc_supp.erl index 42de7eedec..39656f6e65 100644 --- a/lib/sasl/src/misc_supp.erl +++ b/lib/sasl/src/misc_supp.erl @@ -27,7 +27,7 @@ %%% 2) Very generic functions such as, multi_map, is_string... %%% %%% This module is a part of the BOS. (format_pdict is called from -%%% init, memsup, disksup, overload (but not the fileserver since it +%%% init, memsup, disksup (but not the fileserver since it %%% formats its pdict its own way).) %%%--------------------------------------------------------------------- |