summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/StoreStatus.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-25 18:36:09 +0000
committerAlan Conway <aconway@apache.org>2009-11-25 18:36:09 +0000
commit3c1e695fe75391f8ed86c6ddbabed83220ecbd61 (patch)
tree8421c735e04057e65b54bbc3f1cfdce5e21c23c5 /cpp/src/qpid/cluster/StoreStatus.cpp
parent54852d1be662a49d6e97edd50785ffa0340b9ed7 (diff)
downloadqpid-python-3c1e695fe75391f8ed86c6ddbabed83220ecbd61.tar.gz
Consistency checks for persistent cluster startup.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/StoreStatus.cpp')
-rw-r--r--cpp/src/qpid/cluster/StoreStatus.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/StoreStatus.cpp b/cpp/src/qpid/cluster/StoreStatus.cpp
index 3602ec9188..a7da3baa50 100644
--- a/cpp/src/qpid/cluster/StoreStatus.cpp
+++ b/cpp/src/qpid/cluster/StoreStatus.cpp
@@ -85,8 +85,6 @@ void StoreStatus::dirty(const Uuid& clusterId_) {
}
void StoreStatus::clean(const Uuid& shutdownId_) {
- assert(clusterId); // FIXME aconway 2009-11-20: throw exception
- assert(shutdownId_);
state = STORE_STATE_CLEAN_STORE;
shutdownId = shutdownId_;
save();