Skip to content

Commit 28282f8

Browse files
committed
fixup! CQ: Remove set_queue_mode/set_queue_version
1 parent 89707d7 commit 28282f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deps/rabbit/src/rabbit_backing_queue.erl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
-type msg_fun(A) :: fun ((mc:state(), ack(), A) -> A).
3737
-type msg_pred() :: fun ((rabbit_types:message_properties()) -> boolean()).
3838

39-
-type queue_mode() :: atom().
40-
-type queue_version() :: pos_integer().
41-
4239
%% Called on startup with a vhost and a list of durable queue names on this vhost.
4340
%% The queues aren't being started at this point, but this call allows the
4441
%% backing queue to perform any checking necessary for the consistency

0 commit comments

Comments
 (0)