Skip to content

Commit 98199b2

Browse files
committed
tidy
1 parent 01cc60f commit 98199b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deps/rabbit/src/rabbit_channel.erl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -571,10 +571,6 @@ prioritise_cast(Msg, _Len, _State) ->
571571
case Msg of
572572
{confirm, _MsgSeqNos, _QPid} -> 5;
573573
{reject_publish, _MsgSeqNos, _QPid} -> 5;
574-
% {queue_event, _, {confirm, _MsgSeqNos, _QPid}} -> 5;
575-
{queue_event, _, {reject_publish, _MsgSeqNos, _QPid}} -> 5;
576-
{method, #'basic.ack'{}, _Content, _Flow} -> 5;
577-
% {queue_event, _, {delivery, _, _}} -> 0;
578574
_ -> 0
579575
end.
580576

0 commit comments

Comments
 (0)