summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit_exchange.erl')
-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 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})