fix(emqx_http_client): fix Dialyzer warnings

This commit is contained in:
ayodele.akingbule 2020-12-23 17:14:28 +01:00 committed by Shawn
parent 50981a976d
commit 80cca940c2
1 changed files with 2 additions and 2 deletions

View File

@ -43,6 +43,6 @@ pool_size(Opts) ->
stop_pool(Name) ->
Workers = gproc_pool:defined_workers(Name),
[gproc_pool:remove_worker(Name, WokerName) || {WokerName, _, _} <- Workers],
_ = [gproc_pool:remove_worker(Name, WokerName) || {WokerName, _, _} <- Workers],
gproc_pool:delete(Name),
ok.
ok.