From 174d9fd857581d3304cdca40f0276f05fe6ffb91 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 19 Jan 2010 17:37:18 +0000 Subject: Removed dead code - cluster::Connection::left() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@900860 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Connection.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpp/src/qpid/cluster/Connection.cpp') diff --git a/cpp/src/qpid/cluster/Connection.cpp b/cpp/src/qpid/cluster/Connection.cpp index ea01dd6949..89700c2d52 100644 --- a/cpp/src/qpid/cluster/Connection.cpp +++ b/cpp/src/qpid/cluster/Connection.cpp @@ -223,12 +223,6 @@ void Connection::abort() { cluster.erase(self); } -// Member of a shadow connection left the cluster. -void Connection::left() { - assert(isShadow()); - connection.closed(); -} - // ConnectoinCodec::decode receives read buffers from directly-connected clients. size_t Connection::decode(const char* buffer, size_t size) { if (catchUp) { // Handle catch-up locally. -- cgit v1.2.1