Skip to content

Commit 3453f94

Browse files
committed
Remove unused function
1 parent 56063dd commit 3453f94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deps/rabbit/src/rabbit_core_ff.erl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@ ensure_khepri_cluster_matches_mnesia(FeatureName) ->
224224
[FeatureName]),
225225
rabbit_khepri:init_cluster().
226226

227-
khepri_cluster_on_node(Node) ->
228-
lists:sort(
229-
rabbit_misc:rpc_call(Node, rabbit_khepri, nodes_if_khepri_enabled, [])).
230-
231227
migrate_tables_to_khepri(FeatureName, TablesAndOwners) ->
232228
{Tables, _} = lists:unzip(TablesAndOwners),
233229
rabbit_table:wait(Tables, _Retry = true),

0 commit comments

Comments
 (0)