diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-01-29 15:29:30 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-01-29 15:29:30 +0000 |
| commit | ac74eb4e324a85e817a12292c541eda2aca93e29 (patch) | |
| tree | bb051bfda8cd9b09863a7d2a4c2b2c4ab2b520ed /src | |
| parent | f6fbe5575df5e3d46cc3dae4641e41bff72cbe72 (diff) | |
| download | rabbitmq-server-git-ac74eb4e324a85e817a12292c541eda2aca93e29.tar.gz | |
remove outdated comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_amqqueue.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl index 3b63147c3f..47d9850d8f 100644 --- a/src/rabbit_amqqueue.erl +++ b/src/rabbit_amqqueue.erl @@ -181,10 +181,6 @@ declare(QueueName, Durable, AutoDelete, Args) -> internal_declare(Q = #amqqueue{name = QueueName}, WantDefaultBinding) -> case rabbit_misc:execute_mnesia_transaction( fun () -> - %% we could still find that mnesia has another - %% entry here because the queue may exist on - %% another node, beyond the knowledge of our own - %% local queue_sup. case mnesia:wread({rabbit_queue, QueueName}) of [] -> case mnesia:read( |
