diff options
author | Matthias Radestock <matthias@lshift.net> | 2010-06-02 21:17:35 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@lshift.net> | 2010-06-02 21:17:35 +0100 |
commit | 7fa67cbb460bfe641b045d2326a5ca41b6fa158d (patch) | |
tree | 7dd53b50c47adff85fddd7ef25d12bf9eeeaef7c /src/rabbit_queue_index.erl | |
parent | e7ff65ab5ff0f81dcba35e6ef3b080a879a4a34d (diff) | |
download | rabbitmq-server-7fa67cbb460bfe641b045d2326a5ca41b6fa158d.tar.gz |
remove erroneous comment
Diffstat (limited to 'src/rabbit_queue_index.erl')
-rw-r--r-- | src/rabbit_queue_index.erl | 4 |
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}; |