Skip to content

[ntuple] Remove unused private REntry methods #18675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 12, 2025

Conversation

enirolf
Copy link
Contributor

@enirolf enirolf commented May 9, 2025

Both UpdateValue and GetValue were originally added to be used by the RNTupleProcessor, but are not used there anymore. Since they are private methods and have no uses anywhere else in the code base, there's no reason to keep them around.

enirolf added 2 commits May 9, 2025 14:48
This method was originally added to be used by the `RNTupleProcessor`,
but is not used there anymore. Since it is a private method and has no
uses anywhere else in the code base, there's no reason to keep it
around.
This method was originally added to be used by the `RNTupleProcessor`,
but is not used there anymore. Since it is a private method and has no
uses anywhere else in the code base, there's no reason to keep it
around.
@enirolf enirolf self-assigned this May 9, 2025
@enirolf enirolf requested a review from jblomer as a code owner May 9, 2025 12:56
Copy link
Member

@pcanal pcanal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM

Copy link
Member

@hahnjo hahnjo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I think we can also trim the list of friends to only RNTupleSingleProcessor which is now the only class that calls REntry::Read (can be in a follow-up PR).

@enirolf
Copy link
Contributor Author

enirolf commented May 9, 2025

LGTM. I think we can also trim the list of friends to only RNTupleSingleProcessor which is now the only class that calls REntry::Read (can be in a follow-up PR).

Already have this ready in a related PR coming up soon 👍.

Copy link

github-actions bot commented May 9, 2025

Test Results

    19 files      19 suites   4d 2h 11m 6s ⏱️
 2 739 tests  2 739 ✅ 0 💤 0 ❌
50 605 runs  50 605 ✅ 0 💤 0 ❌

Results for commit 029eb4a.

@enirolf enirolf merged commit 0e61b3c into root-project:master May 12, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants