summaryrefslogtreecommitdiff
path: root/src/rabbit_mirror_queue_slave.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit_mirror_queue_slave.erl')
-rw-r--r--src/rabbit_mirror_queue_slave.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl
index 7b6e4dd1..a26708af 100644
--- a/src/rabbit_mirror_queue_slave.erl
+++ b/src/rabbit_mirror_queue_slave.erl
@@ -174,8 +174,6 @@ handle_call({deliver, Delivery, true}, From, State) ->
handle_call({gm_deaths, Deaths}, From,
State = #state { q = Q = #amqqueue { name = QName, pid = MPid }}) ->
- %% The GM has told us about deaths, which means we're not going to
- %% receive any more messages from GM
case rabbit_mirror_queue_misc:remove_from_queue(QName, Deaths) of
{error, not_found} ->
gen_server2:reply(From, ok),