summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/AggregateOutput.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-01-30 19:47:54 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-01-30 19:47:54 +0000
commit686d2cd2454c6f8c718731824613e43fd690bb0d (patch)
tree81b7b051c608c673d33728fd92b45b8ffcda08a0 /cpp/src/qpid/sys/AggregateOutput.cpp
parent9c6950b9bce6ef88bc5591cb0e3c9810a1c68f82 (diff)
downloadqpid-python-686d2cd2454c6f8c718731824613e43fd690bb0d.tar.gz
QPID-4514: Remove IO readCredit throttling only used by removed cluster code
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1440616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/AggregateOutput.cpp')
-rw-r--r--cpp/src/qpid/sys/AggregateOutput.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/sys/AggregateOutput.cpp b/cpp/src/qpid/sys/AggregateOutput.cpp
index ff9c740926..ebc5689ce5 100644
--- a/cpp/src/qpid/sys/AggregateOutput.cpp
+++ b/cpp/src/qpid/sys/AggregateOutput.cpp
@@ -32,8 +32,6 @@ void AggregateOutput::abort() { control.abort(); }
void AggregateOutput::activateOutput() { control.activateOutput(); }
-void AggregateOutput::giveReadCredit(int32_t credit) { control.giveReadCredit(credit); }
-
namespace {
// Clear the busy flag and notify waiting threads in destructor.
struct ScopedBusy {