Skip to content

Commit

Permalink
Merge pull request #148 from lemenkov/unused_var
Browse files Browse the repository at this point in the history
[mostly cosmetic] Unused variable
  • Loading branch information
uwiger committed Oct 6, 2017
2 parents 0357bc7 + b68f138 commit 37adea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gproc_dist_tests.erl
Expand Up @@ -475,7 +475,7 @@ t_standby_monitor([A,B|_] = Ns) ->
?assertMatch({gproc,unreg,Ref1,Na}, got_msg(Pc, gproc)),
?assertMatch(ok, t_lookup_everywhere(Na, Ns, undefined)).

t_standby_monitor_unreg([A,B|_] = Ns) ->
t_standby_monitor_unreg([A|_] = Ns) ->
Na = ?T_NAME,
Pa = t_spawn(A, _Selective = true),
Ref = t_call(Pa, {apply, gproc, monitor, [Na, standby]}),
Expand Down

0 comments on commit 37adea9

Please sign in to comment.