summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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};