From b68f1381acfc030a8a4142dfe39c0409d24e0a84 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Mon, 3 Jul 2017 15:59:46 +0300 Subject: [PATCH] Unused variable Signed-off-by: Peter Lemenkov --- test/gproc_dist_tests.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gproc_dist_tests.erl b/test/gproc_dist_tests.erl index a1c6d7c..3522f2a 100644 --- a/test/gproc_dist_tests.erl +++ b/test/gproc_dist_tests.erl @@ -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]}),