summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hood <0x6e6562@gmail.com>2008-10-11 11:50:25 +0100
committerBen Hood <0x6e6562@gmail.com>2008-10-11 11:50:25 +0100
commit4c33ba097244d9fef9353a6613e4c95ce9953b7f (patch)
tree96afe7ee9e3d25508d08bcae1fbe2e7dbd89fb5f
parent92b89eb0a92617203746c27b627c9478083f5465 (diff)
downloadrabbitmq-server-git-4c33ba097244d9fef9353a6613e4c95ce9953b7f.tar.gz
Removed superfluous comment
-rw-r--r--src/rabbit_exchange.erl3
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})