summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_autoheal.erl7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rabbit_autoheal.erl b/src/rabbit_autoheal.erl
index beb06a8cc7..5a6cd48f6e 100644
--- a/src/rabbit_autoheal.erl
+++ b/src/rabbit_autoheal.erl
@@ -155,13 +155,6 @@ handle_msg({become_winner, Losers},
[Losers]),
filter_already_down_losers(Losers, Losers);
-handle_msg({become_winner, Losers},
- {winner_waiting, WaitFor, Notify}, _Partitions) ->
- rabbit_log:info("Autoheal: I am the winner, waiting additionally for "
- "~p to stop~n", [Losers]),
- filter_already_down_losers(lists:usort(Losers ++ WaitFor),
- lists:usort(Losers ++ Notify));
-
handle_msg({winner_is, Winner},
not_healing, _Partitions) ->
rabbit_log:warning(