Remove decorator:route/2.

This commit is contained in:
Simon MacMullen 2012-05-18 10:51:52 +01:00
parent 426d6249a8
commit 36e1feb451
1 changed files with 1 additions and 4 deletions

View File

@ -28,7 +28,7 @@
-behaviour(rabbit_exchange_decorator).
-export([description/0, serialise_events/1, route/2]).
-export([description/0, serialise_events/1]).
-export([create/2, delete/3, add_binding/3, remove_bindings/3,
policy_changed/3]).
@ -40,9 +40,6 @@ description() ->
serialise_events(X) -> federate(X).
%% TODO we should remove this, right?
route(_X, _Delivery) -> ok.
create(transaction, _X) ->
ok;
create(none, X) ->