Skip to content

Commit 7947de8

Browse files
committed
[ntuple] Remove unused variable in RPageStorageDaos
1 parent 9fe1406 commit 7947de8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tree/ntuple/inc/ROOT/RPageStorageDaos.hxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ class RPageSourceDaos : public ROOT::Internal::RPageSource {
150150
private:
151151
ntuple_index_t fNTupleIndex{0};
152152

153-
/// The last cluster from which a page got loaded. Points into fClusterPool->fPool
154-
ROOT::Internal::RCluster *fCurrentCluster = nullptr;
155153
/// A container that stores object data (header/footer, pages, etc.)
156154
std::unique_ptr<RDaosContainer> fDaosContainer;
157155
/// A URI to a DAOS pool of the form 'daos://pool-label/container-label'

0 commit comments

Comments
 (0)