diff options
| author | Alan Conway <aconway@apache.org> | 2009-11-25 18:36:09 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-11-25 18:36:09 +0000 |
| commit | 3c1e695fe75391f8ed86c6ddbabed83220ecbd61 (patch) | |
| tree | 8421c735e04057e65b54bbc3f1cfdce5e21c23c5 /cpp/src/qpid/cluster/StoreStatus.h | |
| parent | 54852d1be662a49d6e97edd50785ffa0340b9ed7 (diff) | |
| download | qpid-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.h')
| -rw-r--r-- | cpp/src/qpid/cluster/StoreStatus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/StoreStatus.h b/cpp/src/qpid/cluster/StoreStatus.h index ead30b8fb8..539f46c10b 100644 --- a/cpp/src/qpid/cluster/StoreStatus.h +++ b/cpp/src/qpid/cluster/StoreStatus.h @@ -50,7 +50,6 @@ class StoreStatus void save(); bool hasStore() { return state != framing::cluster::STORE_STATE_NO_STORE; } - bool isEmpty() { return state != framing::cluster::STORE_STATE_EMPTY_STORE; } private: framing::cluster::StoreState state; |
