summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-07-01 17:20:29 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-07-01 17:20:29 +0100
commit863982ef29a588777c88359fa7ab1a76bc324c4a (patch)
tree2b5eea022b7070552a0264f8afea6af1ba4bae5c
parentb428435664d171a998e8b51059a3739ec70e83ee (diff)
downloadrabbitmq-server-863982ef29a588777c88359fa7ab1a76bc324c4a.tar.gz
API change.
-rw-r--r--src/rabbit_amqqueue_process.erl1
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} =