aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/src/sasl.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2016-02-19 12:00:47 +0100
committerSiri Hansen <[email protected]>2016-02-19 12:05:18 +0100
commitc56cdb91d057cdb40bb79d4f49e88966c0244017 (patch)
tree3a4976ce883b357da73f7b658bbf031280c17479 /lib/sasl/src/sasl.erl
parent33f8fe899ec052ab0a33566f7e9e92fadf3f0a68 (diff)
downloadotp-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/sasl.erl')
-rw-r--r--lib/sasl/src/sasl.erl5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/sasl/src/sasl.erl b/lib/sasl/src/sasl.erl
index fc49fc2465..0fb85682c6 100644
--- a/lib/sasl/src/sasl.erl
+++ b/lib/sasl/src/sasl.erl
@@ -170,7 +170,4 @@ init(safe) ->
AlarmH = {alarm_handler,
{alarm_handler, start_link, []},
permanent, 2000, worker, dynamic},
- Overload = {overload,
- {overload, start_link, []},
- permanent, 2000, worker, [overload]},
- {ok, {SupFlags, [AlarmH, Overload]}}.
+ {ok, {SupFlags, [AlarmH]}}.