summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-10-16 14:07:57 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-10-16 14:07:57 +0100
commit40aa88793d71e803310490c88c8f161a76fa8764 (patch)
tree90c58333d54d99769f6f53681913b57c868c983d /src
parenta6c98af5c7379a7429c5880589a4e806b45efd30 (diff)
downloadrabbitmq-server-40aa88793d71e803310490c88c8f161a76fa8764.tar.gz
remove comment that doesn't make any sense and is irrelevant
Diffstat (limited to 'src')
-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),