Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ntuple] Remove redundant
LoadEntry
call
The entry is currently loaded twice: once on `RNTupleProcessor::Advance`, which is called when the iterator is incremented, and once when the iterator is dereferenced. This second call is unnecessary and only causes the processor to take more time, so this commit removes it.
- Loading branch information