diff options
author | Alan Conway <aconway@apache.org> | 2010-03-05 23:08:08 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-03-05 23:08:08 +0000 |
commit | 60d8d546a05412990fa77ed1e4d724ef0a8a88dd (patch) | |
tree | b2d3fbaca3782bade67dc387ef0cc6584a951629 /cpp/src/qpid/cluster/Cluster.h | |
parent | dff88653df69fcb98561260cfba0d5a6f127a8e2 (diff) | |
download | qpid-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.h | 1 |
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&); |