diff options
author | Siri Hansen <[email protected]> | 2016-02-19 12:00:47 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-02-19 12:05:18 +0100 |
commit | c56cdb91d057cdb40bb79d4f49e88966c0244017 (patch) | |
tree | 3a4976ce883b357da73f7b658bbf031280c17479 /lib/sasl/src/misc_supp.erl | |
parent | 33f8fe899ec052ab0a33566f7e9e92fadf3f0a68 (diff) | |
download | otp-c56cdb91d057cdb40bb79d4f49e88966c0244017.tar.gz otp-c56cdb91d057cdb40bb79d4f49e88966c0244017.tar.bz2 otp-c56cdb91d057cdb40bb79d4f49e88966c0244017.zip |
Remove module 'overload' from SASL
The reason is that the module is not used, and that we se no obvious
use case for it.
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).) %%%--------------------------------------------------------------------- |