24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-19 14:03:03 +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) -> stop(_Host) ->
ok. ok.
reload(Host, NewOpts, _OldOpts) -> reload(_Host, _NewOpts, _OldOpts) ->
ok. ok.
depends(_Host, _Opts) -> depends(_Host, _Opts) ->