diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2013-07-01 17:20:29 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2013-07-01 17:20:29 +0100 |
commit | 863982ef29a588777c88359fa7ab1a76bc324c4a (patch) | |
tree | 2b5eea022b7070552a0264f8afea6af1ba4bae5c | |
parent | b428435664d171a998e8b51059a3739ec70e83ee (diff) | |
download | rabbitmq-server-863982ef29a588777c88359fa7ab1a76bc324c4a.tar.gz |
API change.
-rw-r--r-- | src/rabbit_amqqueue_process.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index edef9af0..82287619 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -1145,7 +1145,6 @@ handle_call({basic_get, ChPid, NoAck, LimiterPid}, _From, State1 = ensure_expiry_timer(State), case fetch(AckRequired, State1) of {empty, State2} -> - rabbit_federation_queue:basic_get(Q), reply(empty, State2); {{Message, IsDelivered, AckTag}, State2} -> State3 = #q{backing_queue = BQ, backing_queue_state = BQS} = |