summaryrefslogtreecommitdiff
path: root/deps/rabbit/src/rabbit_fifo.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbit/src/rabbit_fifo.hrl')
-rw-r--r--deps/rabbit/src/rabbit_fifo.hrl4
1 files changed, 1 insertions, 3 deletions
diff --git a/deps/rabbit/src/rabbit_fifo.hrl b/deps/rabbit/src/rabbit_fifo.hrl
index 95e7003460..a8d539fa1a 100644
--- a/deps/rabbit/src/rabbit_fifo.hrl
+++ b/deps/rabbit/src/rabbit_fifo.hrl
@@ -123,9 +123,7 @@
{next_seqno = 1 :: msg_seqno(),
% out of order enqueues - sorted list
unused,
- pending = [] :: [{msg_seqno(), ra:index(), raw_msg()}],
- status = up :: up |
- suspected_down,
+ status = up :: up | suspected_down,
%% it is useful to have a record of when this was blocked
%% so that we can retry sending the block effect if
%% the publisher did not receive the initial one