aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/src/dialyzer_worker.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dialyzer/src/dialyzer_worker.erl')
-rw-r--r--lib/dialyzer/src/dialyzer_worker.erl5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/dialyzer/src/dialyzer_worker.erl b/lib/dialyzer/src/dialyzer_worker.erl
index cc4032d154..b58e662f06 100644
--- a/lib/dialyzer/src/dialyzer_worker.erl
+++ b/lib/dialyzer/src/dialyzer_worker.erl
@@ -107,10 +107,7 @@ loop(running, #state{mode = Mode} = State) when
report_to_coordinator(NotFixpoint, State).
waits_more_success_typings(#state{depends_on = Depends}) ->
- case Depends of
- [] -> false;
- _ -> true
- end.
+ Depends =/= [].
broadcast_done(#state{job = SCC, init_data = InitData}) ->
RequiredBy = dialyzer_succ_typings:find_required_by(SCC, InitData),