diff options
| author | kjnilsson <knilsson@pivotal.io> | 2018-12-03 09:47:08 +0000 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2018-12-03 09:47:08 +0000 |
| commit | bedface2ffbc20d3b20a41f1f8232b43458b7dcb (patch) | |
| tree | 8347668f4037495b7538fcdc1417557d7ac14e0a /src | |
| parent | 697d23a473fff3097d50a6398bb865ec17ea2a89 (diff) | |
| download | rabbitmq-server-git-bedface2ffbc20d3b20a41f1f8232b43458b7dcb.tar.gz | |
remove unused variable
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_fifo.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_fifo.erl b/src/rabbit_fifo.erl index 38c86cd3ba..bb2600dd73 100644 --- a/src/rabbit_fifo.erl +++ b/src/rabbit_fifo.erl @@ -395,7 +395,7 @@ apply(_, {down, ConsumerPid, noconnection}, [{monitor, node, Node} | Effects0] end, {State#state{consumers = Cons, enqueuers = Enqs}, Effects, ok}; -apply(_, {down, Pid, _Info} = D, Effects0, +apply(_, {down, Pid, _Info}, Effects0, #state{consumers = Cons0, enqueuers = Enqs0} = State0) -> % Remove any enqueuer for the same pid and enqueue any pending messages |
