diff options
Diffstat (limited to 'cpp/src/qpid/cluster/StoreStatus.cpp')
| -rw-r--r-- | cpp/src/qpid/cluster/StoreStatus.cpp | 2 |
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(); |
