Skip to content

Commit 88b5165

Browse files
committed
Fix unused variable
1 parent 1d3392f commit 88b5165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_vhost_sup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
start_link(VHost) ->
2828
supervisor2:start_link(?MODULE, [VHost]).
2929

30-
init([VHost]) ->
30+
init([_VHost]) ->
3131
{ok, {{one_for_all, 0, 1}, []}}.

0 commit comments

Comments
 (0)