We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe1406 commit 7947de8Copy full SHA for 7947de8
1 file changed
tree/ntuple/inc/ROOT/RPageStorageDaos.hxx
@@ -150,8 +150,6 @@ class RPageSourceDaos : public ROOT::Internal::RPageSource {
150
private:
151
ntuple_index_t fNTupleIndex{0};
152
153
- /// The last cluster from which a page got loaded. Points into fClusterPool->fPool
154
- ROOT::Internal::RCluster *fCurrentCluster = nullptr;
155
/// A container that stores object data (header/footer, pages, etc.)
156
std::unique_ptr<RDaosContainer> fDaosContainer;
157
/// A URI to a DAOS pool of the form 'daos://pool-label/container-label'
0 commit comments