summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_binding.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_binding.erl b/src/rabbit_binding.erl
index 67f88a4e2e..bfe31ef7c5 100644
--- a/src/rabbit_binding.erl
+++ b/src/rabbit_binding.erl
@@ -324,8 +324,6 @@ delete_object(Tab, Record, LockKind) ->
[_] -> mnesia:delete_object(Tab, Record, LockKind)
end.
-sync_route(R, Fun) -> sync_route(R, true, true, Fun).
-
sync_route(Route, true, true, Fun) ->
ok = Fun(rabbit_durable_route, Route, write),
sync_route(Route, false, true, Fun);