summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/StoreStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/StoreStatus.h')
-rw-r--r--cpp/src/qpid/cluster/StoreStatus.h1
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;