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
1 changed files with 1 additions and 1 deletions

View File

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