diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-16 14:07:57 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-16 14:07:57 +0100 |
| commit | 77c08d8f1407aff5055423e0a7049b276fbc4a5b (patch) | |
| tree | 90c58333d54d99769f6f53681913b57c868c983d /src | |
| parent | e29d474206abe733001917ee7a53355e42260121 (diff) | |
| download | rabbitmq-server-git-77c08d8f1407aff5055423e0a7049b276fbc4a5b.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.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl index 7b6e4dd1cc..a26708af5b 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), |
