diff options
Diffstat (limited to 'qpid/cpp/src/qpid/cluster/Cluster.h')
-rw-r--r-- | qpid/cpp/src/qpid/cluster/Cluster.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/cluster/Cluster.h b/qpid/cpp/src/qpid/cluster/Cluster.h index 7ce0354a80..f5a695de24 100644 --- a/qpid/cpp/src/qpid/cluster/Cluster.h +++ b/qpid/cpp/src/qpid/cluster/Cluster.h @@ -131,7 +131,6 @@ class Cluster : private sys::Runnable, private Cpg::Handler, public RefCounted Id self; ShadowConnectionMap shadowConnectionMap; ShadowConnectionOutputHandler shadowOut; - char buffer[64*1024]; // FIXME aconway 2008-07-04: buffer management. friend std::ostream& operator <<(std::ostream&, const Cluster&); friend std::ostream& operator <<(std::ostream&, const MemberMap::value_type&); |