diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-06-08 18:01:22 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-06-08 18:01:22 +0100 |
| commit | 2bf8cf6574d765ee1e185fa4d77da3c57d10c2b7 (patch) | |
| tree | ee7e106a88b870ba0eae0abaf391e7ead0a6638e /src | |
| parent | c47df9f4b2bc022648d2f8be727d21f3c28106ce (diff) | |
| download | rabbitmq-server-git-2bf8cf6574d765ee1e185fa4d77da3c57d10c2b7.tar.gz | |
Remove unused variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 035ce89e4b..d6544b9649 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -463,7 +463,6 @@ handle_method(#'basic.publish'{exchange = ExchangeNameBin, handle_method(#'basic.ack'{delivery_tag = DeliveryTag, multiple = Multiple}, _, State = #ch{transaction_id = TxnKey, - next_tag = NextDeliveryTag, unacked_message_q = UAMQ}) -> {Acked, Remaining} = collect_acks(UAMQ, DeliveryTag, Multiple), Participants = ack(TxnKey, Acked), |
