summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-05 23:08:08 +0000
committerAlan Conway <aconway@apache.org>2010-03-05 23:08:08 +0000
commit60d8d546a05412990fa77ed1e4d724ef0a8a88dd (patch)
treeb2d3fbaca3782bade67dc387ef0cc6584a951629 /cpp/src/qpid/cluster/Cluster.h
parentdff88653df69fcb98561260cfba0d5a6f127a8e2 (diff)
downloadqpid-python-60d8d546a05412990fa77ed1e4d724ef0a8a88dd.tar.gz
Minor cleanup: removed unused parameter of initial-status in cluster.xml.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@919662 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.h')
-rw-r--r--cpp/src/qpid/cluster/Cluster.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h
index 3b12f43d54..e280a7e928 100644
--- a/cpp/src/qpid/cluster/Cluster.h
+++ b/cpp/src/qpid/cluster/Cluster.h
@@ -160,7 +160,6 @@ class Cluster : private Cpg::Handler, public management::Manageable {
const framing::Uuid& clusterId,
framing::cluster::StoreState,
const framing::Uuid& shutdownId,
- const framing::SequenceNumber& configSeq,
const std::string& firstConfig,
Lock&);
void ready(const MemberId&, const std::string&, Lock&);