diff options
| -rw-r--r-- | src/rabbit_channel.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index a2a22f8a07..7a19376b88 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -473,8 +473,6 @@ queue_blocked(QPid, State = #ch{blocking = Blocking}) -> confirm([], _QPid, State) -> State; -confirm(_MsgSeqNos, _QPid, State = #ch{confirm_enabled = false}) -> - State; confirm(MsgSeqNos, undefined, State = #ch{unconfirmed = UC, queues_for_msg = QFM}) -> MsgSeqNos1 = [MSN || MSN <- MsgSeqNos, gb_sets:is_element(MSN, UC)], |
