summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-03-09 11:53:39 +0000
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-03-09 11:53:39 +0000
commita3f01f3123c3c4b5d5ab6353a5121b5a1d5a999c (patch)
tree0b76fba8847368330f04aa97c038538c5718db63
parent2115f9d744d058f93556d43c21eb1a66fcdea847 (diff)
downloadrabbitmq-server-bug23920.tar.gz
remove misleading commentbug23920
-rw-r--r--src/rabbit_amqqueue_process.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index cfef08a5..89d2e0cb 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -449,7 +449,6 @@ attempt_delivery(#delivery{txn = none,
message = Message,
msg_seq_no = MsgSeqNo},
{NeedsConfirming, State = #q{backing_queue = BQ}}) ->
- %% must confirm immediately if it has a MsgSeqNo and not NeedsConfirming
case NeedsConfirming of
immediately -> rabbit_channel:confirm(ChPid, [MsgSeqNo]);
_ -> ok