diff options
| author | Ben Hood <0x6e6562@gmail.com> | 2008-10-11 11:50:25 +0100 |
|---|---|---|
| committer | Ben Hood <0x6e6562@gmail.com> | 2008-10-11 11:50:25 +0100 |
| commit | 4c33ba097244d9fef9353a6613e4c95ce9953b7f (patch) | |
| tree | 96afe7ee9e3d25508d08bcae1fbe2e7dbd89fb5f /src | |
| parent | 92b89eb0a92617203746c27b627c9478083f5465 (diff) | |
| download | rabbitmq-server-git-4c33ba097244d9fef9353a6613e4c95ce9953b7f.tar.gz | |
Removed superfluous comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_exchange.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rabbit_exchange.erl b/src/rabbit_exchange.erl index e664168545..c8b0ff6d0a 100644 --- a/src/rabbit_exchange.erl +++ b/src/rabbit_exchange.erl @@ -222,9 +222,6 @@ lookup_qpids(Queues) -> %% refactored to its own module, especially seeing as unbind will have %% to be implemented for 0.91 ? -%% This function looks crazy because when you delete stuff within an mnesia -%% transaction, the effects of which are not visible to subsequent reads -%% within the same transaction. %% This uses the reverse routes as the primary index. delete_bindings(Binding = #binding{exchange_name = X, queue_name = QueueName}) |
