Skip to content

Commit

Permalink
Fix unused variable warnings in mod_stats
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyshch committed Aug 4, 2023
1 parent 60002fc commit a9347cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_stats.erl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ start(_Host, _Opts) ->
stop(_Host) ->
ok.

reload(Host, NewOpts, _OldOpts) ->
reload(_Host, _NewOpts, _OldOpts) ->
ok.

depends(_Host, _Opts) ->
Expand Down

0 comments on commit a9347cd

Please sign in to comment.