diff options
| author | Daniil Fedotov <hairyhum@gmail.com> | 2018-04-27 11:32:56 +0100 |
|---|---|---|
| committer | Daniil Fedotov <hairyhum@gmail.com> | 2018-04-27 11:34:54 +0100 |
| commit | 4005308884aabbcf426c17f8e72f459211e96dcd (patch) | |
| tree | c35b970fc4fcd928060f7bd69394f227ef2a8fc2 /src | |
| parent | ca8dee1ec41083f6abfe59b92a707221f5f65ed8 (diff) | |
| download | rabbitmq-server-git-4005308884aabbcf426c17f8e72f459211e96dcd.tar.gz | |
Unused variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_slave.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl index f1f48dd871..5a0059955e 100644 --- a/src/rabbit_mirror_queue_slave.erl +++ b/src/rabbit_mirror_queue_slave.erl @@ -232,7 +232,7 @@ handle_call({gm_deaths, DeadGMPids}, From, {error, not_found} -> gen_server2:reply(From, ok), {stop, normal, State}; - {error, {not_synced, SPids}} -> + {error, {not_synced, _SPids}} -> BQ:delete_and_terminate({error, not_synced}, BQS), {stop, normal, State#state{backing_queue_state = undefined}}; {ok, Pid, DeadPids, ExtraNodes} -> |
