diff options
Diffstat (limited to 'cpp/src/qpid/sys/rdma/RdmaIO.h')
| -rw-r--r-- | cpp/src/qpid/sys/rdma/RdmaIO.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/qpid/sys/rdma/RdmaIO.h b/cpp/src/qpid/sys/rdma/RdmaIO.h index adf27542fb..330c2395bd 100644 --- a/cpp/src/qpid/sys/rdma/RdmaIO.h +++ b/cpp/src/qpid/sys/rdma/RdmaIO.h @@ -87,7 +87,6 @@ namespace Rdma { void start(qpid::sys::Poller::shared_ptr poller); bool writable() const; - bool bufferAvailable() const; void queueWrite(Buffer* buff); void notifyPendingWrite(); void drainWriteQueue(NotifyCallback); @@ -134,10 +133,6 @@ namespace Rdma { return outstandingWrites; } - inline bool AsynchIO::bufferAvailable() const { - return qp->bufferAvailable(); - } - inline Buffer* AsynchIO::getBuffer() { return qp->getBuffer(); } |
