summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-10-01 19:13:15 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-10-01 19:13:15 +0100
commit2491d4c36339d44c8e7c82e7e0b54876b3536660 (patch)
tree65957b716e5affeb7e335de9ac5f492445687cc5 /src
parentdd652aef225523c85e866718ca53a349548a2acb (diff)
downloadrabbitmq-server-git-2491d4c36339d44c8e7c82e7e0b54876b3536660.tar.gz
cosmetic: remove comment that no longer applies
This should have been done when consumer cancellation notifications were introduced.
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_amqqueue_process.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index 10ac5bea60..a0e74b4228 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -179,7 +179,6 @@ terminate({shutdown, _} = R, State = #q{backing_queue = BQ}) ->
terminate_shutdown(fun (BQS) -> BQ:terminate(R, BQS) end, State);
terminate(Reason, State = #q{q = #amqqueue{name = QName},
backing_queue = BQ}) ->
- %% FIXME: How do we cancel active subscriptions?
terminate_shutdown(
fun (BQS) ->
BQS1 = BQ:delete_and_terminate(Reason, BQS),