Skip to content

Commit 2955b3b

Browse files
committed
Remove unused function
1 parent 2eba320 commit 2955b3b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

deps/rabbit/src/rabbit_table.erl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -325,16 +325,6 @@ definitions() ->
325325
++ mirrored_supervisor:table_definitions()
326326
++ rabbit_maintenance:table_definitions().
327327

328-
-spec rabbit_index_route_definition() -> list(tuple()).
329-
rabbit_index_route_definition() ->
330-
[{record_name, index_route},
331-
{attributes, record_info(fields, index_route)},
332-
{type, bag},
333-
{storage_properties, [{ets, [{read_concurrency, true}]}]},
334-
{match, #index_route{source_key = {exchange_name_match(), '_'},
335-
destination = binding_destination_match(),
336-
_='_'}}].
337-
338328
pre_khepri_definitions() ->
339329
[{rabbit_user,
340330
[{record_name, internal_user},

0 commit comments

Comments
 (0)