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 | 0fd00174c5353998cad2484a12896d2d17c7599c (patch) | |
tree | 96afe7ee9e3d25508d08bcae1fbe2e7dbd89fb5f | |
parent | 73500b1dd739f613dca09d2df3815e6ef6ea8be2 (diff) | |
download | rabbitmq-server-0fd00174c5353998cad2484a12896d2d17c7599c.tar.gz |
Removed superfluous comment
-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 e6641685..c8b0ff6d 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}) |