summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-09-29 11:38:10 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-09-29 11:38:10 +0300
commitddbc160eb50865c37bda2cb6511172d3502461fd (patch)
tree730292405897a32e46bbb51c97b6e88c6272422d /src
parenta9b2f209c95fa4ae2b50334a8f786072101cfa13 (diff)
downloadrabbitmq-server-git-ddbc160eb50865c37bda2cb6511172d3502461fd.tar.gz
Pass stricter Dialyzer on OTP 23
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_quorum_queue.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_quorum_queue.erl b/src/rabbit_quorum_queue.erl
index 12c651eeb1..4061260f4f 100644
--- a/src/rabbit_quorum_queue.erl
+++ b/src/rabbit_quorum_queue.erl
@@ -1012,8 +1012,6 @@ delete_member(Q, Node) when ?amqqueue_is_quorum(Q) ->
end;
{timeout, _} ->
{error, timeout};
- {badrpc, nodedown} ->
- ok;
E ->
E
end