This commit is contained in:
Sebastian Messmer 2015-02-26 17:06:34 +01:00
parent 1e2cb46c0b
commit a66bccb122

View File

@ -33,7 +33,6 @@ public:
void traverseLeaves(uint32_t beginIndex, uint32_t endIndex, std::function<void (datanodestore::DataLeafNode*, uint32_t)> func);
uint64_t numStoredBytes() const;
//TODO Test numStoredBytes()
private:
datanodestore::DataNodeStore *_nodeStore;