diff options
| -rw-r--r-- | src/rabbit_disk_queue.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_disk_queue.erl b/src/rabbit_disk_queue.erl index 763e544d7e..27be0eebfe 100644 --- a/src/rabbit_disk_queue.erl +++ b/src/rabbit_disk_queue.erl @@ -110,8 +110,7 @@ %% rabbit_disk_queue: this is an mnesia table which contains: %% #dq_msg_loc { queue_and_seq_id = {Q, SeqId}, %% is_delivered = IsDelivered, -%% msg_id = MsgId, -%% next_seq_id = SeqId +%% msg_id = MsgId %% } %% |
