summaryrefslogtreecommitdiff
path: root/src/rabbit_queue_index.erl
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
commit7fa67cbb460bfe641b045d2326a5ca41b6fa158d (patch)
tree7dd53b50c47adff85fddd7ef25d12bf9eeeaef7c /src/rabbit_queue_index.erl
parente7ff65ab5ff0f81dcba35e6ef3b080a879a4a34d (diff)
downloadrabbitmq-server-7fa67cbb460bfe641b045d2326a5ca41b6fa158d.tar.gz
remove erroneous comment
Diffstat (limited to 'src/rabbit_queue_index.erl')
-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 d08531a9..653d65c8 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};