diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index 4795d914ed..f918187079 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -95,7 +95,6 @@ class Connection : void received(framing::AMQFrame&); void closed(); bool doOutput(); - bool hasOutput() { return connection.hasOutput(); } void idleOut() { connection.idleOut(); } void idleIn() { connection.idleIn(); } |