diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-01-30 19:47:54 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-01-30 19:47:54 +0000 |
| commit | 686d2cd2454c6f8c718731824613e43fd690bb0d (patch) | |
| tree | 81b7b051c608c673d33728fd92b45b8ffcda08a0 /cpp/src/qpid/broker/Connection.cpp | |
| parent | 9c6950b9bce6ef88bc5591cb0e3c9810a1c68f82 (diff) | |
| download | qpid-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/broker/Connection.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Connection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Connection.cpp b/cpp/src/qpid/broker/Connection.cpp index f6185d56a4..68d58a8be7 100644 --- a/cpp/src/qpid/broker/Connection.cpp +++ b/cpp/src/qpid/broker/Connection.cpp @@ -481,7 +481,6 @@ void Connection::OutboundFrameTracker::close() { next->close(); } size_t Connection::OutboundFrameTracker::getBuffered() const { return next->getBuffered(); } void Connection::OutboundFrameTracker::abort() { next->abort(); } void Connection::OutboundFrameTracker::activateOutput() { next->activateOutput(); } -void Connection::OutboundFrameTracker::giveReadCredit(int32_t credit) { next->giveReadCredit(credit); } void Connection::OutboundFrameTracker::send(framing::AMQFrame& f) { next->send(f); |
