Skip to content

Commit 6759e2b

Browse files
author
Daniil Fedotov
committed
Duplicate line
1 parent ac48680 commit 6759e2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rabbit_variable_queue.erl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,6 @@ start_msg_store(VHost, Refs, StartFunState, IsEmpty) when is_list(Refs); Refs ==
516516
Other ->
517517
error(Other)
518518
end,
519-
rabbit_file:read_term_file(msg_store_module_file(),
520-
[MsgStoreModule]),
521519
rabbit_log:info("Using ~p to provide message store", [MsgStoreModule]),
522520
do_start_msg_store(VHost, ?TRANSIENT_MSG_STORE, undefined, ?EMPTY_START_FUN_STATE, MsgStoreModule),
523521
do_start_msg_store(VHost, ?PERSISTENT_MSG_STORE, Refs, StartFunState, MsgStoreModule),

0 commit comments

Comments
 (0)