diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-08-14 12:31:03 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-08-14 12:31:03 +0100 |
| commit | de45c3853174cf392cdde6f7869f0560aa8f4c66 (patch) | |
| tree | 6e3e39e3a36335cdb8b1d5a85f7f286849c01acf | |
| parent | 8ccd3fa39a6983add95eee335c70e26cc5030a66 (diff) | |
| download | rabbitmq-server-git-de45c3853174cf392cdde6f7869f0560aa8f4c66.tar.gz | |
Unused var.
| -rw-r--r-- | src/rabbit_channel.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 2a2c3b7bf5..772407ac54 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -354,7 +354,7 @@ handle_cast({deliver_reply, Key, #delivery{message = routing_key = RoutingKey}, Content), noreply(State); -handle_cast({deliver_reply, _K1, _Del}, State = #ch{reply_consumer = {_,K2}}) -> +handle_cast({deliver_reply, _K1, _}, State = #ch{reply_consumer = {_, _K2}}) -> noreply(State); handle_cast({send_credit_reply, Len}, State = #ch{writer_pid = WriterPid}) -> |
