@@ -182,7 +182,7 @@ test_basic_pg(Mode, SSL) ->
182182 rt :pbc_write (PidA , Bucket , KeyA , ValueA ),
183183 rt :pbc_write (PidA , Bucket , KeyB , ValueB ),
184184
185- _FirstA = hd (ANodes ),
185+ _ = hd (ANodes ),
186186 FirstB = hd (BNodes ),
187187 FirstC = hd (CNodes ),
188188 PidB = rt :pbc (FirstB ),
@@ -286,9 +286,9 @@ test_12_pg(Mode, SSL) ->
286286 {Bucket , KeyB , ValueB } = make_test_object (" b" ),
287287
288288 rt :log_to_nodes (AllNodes , " Test 1.2 proxy_get" ),
289- _FirstA = hd (ANodes ),
289+ _ = hd (ANodes ),
290290 FirstB = hd (BNodes ),
291- _FirstC = hd (CNodes ),
291+ _ = hd (CNodes ),
292292 case Mode of
293293 mode_repl12 ->
294294 ModeRes = rpc :call (FirstB , riak_repl_console , modes , [[" mode_repl12" ]]),
@@ -406,7 +406,7 @@ test_pg_proxy(SSL) ->
406406 % % before it actually does any work.
407407 FirstA = hd (ANodes ),
408408 FirstB = hd (BNodes ),
409- _FirstC = hd (CNodes ),
409+ _ = hd (CNodes ),
410410 PidB = rt :pbc (FirstB ),
411411 lager :info (" Connected to cluster B" ),
412412 {ok , PGResult } = riak_repl_pb_api :get (PidB ,Bucket ,KeyA ,CidA ),
@@ -453,7 +453,7 @@ test_cluster_mapping(SSL) ->
453453 {LeaderA , ANodes , BNodes , CNodes , _AllNodes } =
454454 setup_repl_clusters (Conf , SSL ),
455455
456- _FirstA = hd (ANodes ),
456+ _ = hd (ANodes ),
457457 FirstB = hd (BNodes ),
458458 FirstC = hd (CNodes ),
459459 LeaderB = rpc :call (FirstB , riak_core_cluster_mgr , get_leader , []),
@@ -576,7 +576,7 @@ test_bidirectional_pg(SSL) ->
576576
577577 FirstA = hd (ANodes ),
578578 FirstB = hd (BNodes ),
579- _FirstC = hd (CNodes ),
579+ _ = hd (CNodes ),
580580
581581 LeaderB = rpc :call (FirstB , riak_repl2_leader , leader_node , []),
582582
@@ -677,7 +677,7 @@ test_multiple_sink_pg(SSL) ->
677677 rt :pbc_write (PidA , Bucket , KeyA , ValueA ),
678678 rt :pbc_write (PidA , Bucket , KeyB , ValueB ),
679679
680- _FirstA = hd (ANodes ),
680+ _ = hd (ANodes ),
681681 FirstB = hd (BNodes ),
682682 FirstC = hd (CNodes ),
683683
@@ -730,7 +730,7 @@ test_mixed_pg(SSL) ->
730730 rt :pbc_write (PidA , Bucket , KeyB , ValueB ),
731731 rt :pbc_write (PidA , Bucket , KeyC , ValueC ),
732732
733- _FirstA = hd (ANodes ),
733+ _ = hd (ANodes ),
734734 FirstB = hd (BNodes ),
735735 FirstC = hd (CNodes ),
736736 rt :wait_until_ring_converged (ANodes ),
0 commit comments