diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-01 19:13:15 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-01 19:13:15 +0100 |
| commit | 2491d4c36339d44c8e7c82e7e0b54876b3536660 (patch) | |
| tree | 65957b716e5affeb7e335de9ac5f492445687cc5 /src | |
| parent | dd652aef225523c85e866718ca53a349548a2acb (diff) | |
| download | rabbitmq-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.erl | 1 |
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), |
