24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Fix unused variable warnings in mod_stats

This commit is contained in:
Alexey Shchepin 2023-08-04 20:54:02 +03:00
parent 60002fc145
commit a9347cd248

View File

@ -44,7 +44,7 @@ start(_Host, _Opts) ->
stop(_Host) ->
ok.
reload(Host, NewOpts, _OldOpts) ->
reload(_Host, _NewOpts, _OldOpts) ->
ok.
depends(_Host, _Opts) ->