summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-06-02 21:17:35 +0100
committerMatthias Radestock <matthias@lshift.net>2010-06-02 21:17:35 +0100
commit65539b7c16e1fdc574cf864b489d7f35db477366 (patch)
tree7dd53b50c47adff85fddd7ef25d12bf9eeeaef7c /src
parent67c855fb8d13a1d356b43b62f3372289e27345a8 (diff)
downloadrabbitmq-server-git-65539b7c16e1fdc574cf864b489d7f35db477366.tar.gz
remove erroneous comment
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_queue_index.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rabbit_queue_index.erl b/src/rabbit_queue_index.erl
index d08531a91d..653d65c8d1 100644
--- a/src/rabbit_queue_index.erl
+++ b/src/rabbit_queue_index.erl
@@ -769,9 +769,7 @@ segment_entries_foldr(Fun, Init,
%% Loading segments
%%
-%% Does not do any combining with the journal at all. The PubCount
-%% that comes back is the number of publishes in the segment. The
-%% number of unacked msgs is PubCount - AckCount.
+%% Does not do any combining with the journal at all.
load_segment(KeepAcked, #segment { path = Path }) ->
case filelib:is_file(Path) of
false -> {array_new(), 0};