Skip to content

Commit 4005308

Browse files
committed
Unused variable.
1 parent ca8dee1 commit 4005308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_mirror_queue_slave.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ handle_call({gm_deaths, DeadGMPids}, From,
232232
{error, not_found} ->
233233
gen_server2:reply(From, ok),
234234
{stop, normal, State};
235-
{error, {not_synced, SPids}} ->
235+
{error, {not_synced, _SPids}} ->
236236
BQ:delete_and_terminate({error, not_synced}, BQS),
237237
{stop, normal, State#state{backing_queue_state = undefined}};
238238
{ok, Pid, DeadPids, ExtraNodes} ->

0 commit comments

Comments
 (0)