Remove compiler warnings

This commit is contained in:
Paweł Chmielowski 2019-05-06 20:03:10 +02:00
parent 5b863c25ae
commit 8207ea18bf
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ reload(Host, NewOpts, OldOpts) ->
ok
end.
depends(_Host, Opts) ->
depends(_Host, _Opts) ->
[].
-spec register_iq_handlers(binary()) -> ok.