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 37ff2ac6b4..d17dc704ed 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -63,7 +63,6 @@ class Connection : Cluster& getCluster() { return cluster; } // self-delivery of multicast data. - void deliver(framing::AMQFrame& f); void deliverClose(); void deliverDoOutput(uint32_t requested); void deliverBuffer(framing::Buffer&); |