Skip to content

Commit be1986b

Browse files
committed
[ntuple] Remove unnecessary init and connect of single processors
1 parent 49f4811 commit be1986b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tree/ntuple/inc/ROOT/RNTupleProcessor.hxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,8 @@ private:
615615
/// \brief Get the total number of entries in this processor.
616616
ROOT::NTupleSize_t GetNEntries() final
617617
{
618-
Initialize();
619618
if (fNEntries == ROOT::kInvalidNTupleIndex)
620-
Connect(fFieldIdxs);
619+
Initialize();
621620
return fNEntries;
622621
}
623622

0 commit comments

Comments
 (0)