Skip to content

Commit 55bc5a2

Browse files
MarcialRosalesmichaelklishin
authored andcommitted
Remove unnecessary function
1 parent c24756e commit 55bc5a2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

deps/rabbitmq_shovel/src/rabbit_amqp091_shovel.erl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -616,12 +616,6 @@ decl_fun(Decl, _Conn, Ch) ->
616616
amqp_channel:call(Ch, M)
617617
end || M <- lists:reverse(Decl)].
618618

619-
check_fun(_) ->
620-
{?MODULE, check_fun, []}.
621-
622-
check_fun() ->
623-
ok.
624-
625619
parse_parameter(Param, Fun, Value) ->
626620
try
627621
Fun(Value)

0 commit comments

Comments
 (0)