Skip to content

Commit

Permalink
Unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
  • Loading branch information
lemenkov committed Oct 6, 2017
1 parent 0357bc7 commit b68f138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gproc_dist_tests.erl
Original file line number Diff line number Diff line change
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 b68f138

Please sign in to comment.