From 0fd00174c5353998cad2484a12896d2d17c7599c Mon Sep 17 00:00:00 2001 From: Ben Hood <0x6e6562@gmail.com> Date: Sat, 11 Oct 2008 11:50:25 +0100 Subject: Removed superfluous comment --- src/rabbit_exchange.erl | 3 --- 1 file changed, 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}) -- cgit v1.2.1