summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ProxyInputHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/ProxyInputHandler.h')
-rw-r--r--cpp/src/qpid/cluster/ProxyInputHandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ProxyInputHandler.h b/cpp/src/qpid/cluster/ProxyInputHandler.h
index 228f8d092d..ad7f2c44bd 100644
--- a/cpp/src/qpid/cluster/ProxyInputHandler.h
+++ b/cpp/src/qpid/cluster/ProxyInputHandler.h
@@ -46,7 +46,6 @@ class ProxyInputHandler : public sys::ConnectionInputHandler
void idleOut() { target->idleOut(); }
void idleIn() { target->idleIn(); }
bool doOutput() { return target->doOutput(); }
- bool hasOutput() { return target->hasOutput(); }
private:
boost::intrusive_ptr<cluster::Connection> target;