Skip to content

Remove unused getParentCallCount() method #21911

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 1 commit into from
May 21, 2025

Conversation

mpirvu
Copy link
Contributor

@mpirvu mpirvu commented May 20, 2025

getParentCallCount() is a method in J9CFG.cpp that is only used in some dead (commented out) code.
Remove its definition and the dead code where it is referenced.

getParentCallCount() is a method in J9CFG.cpp that
is only used in some dead (commented out) code.
Remove its definition and the dead code where it is
referenced.

Signed-off-by: Marius <[email protected]>
@mpirvu
Copy link
Contributor Author

mpirvu commented May 20, 2025

jenkins compile all jdk21

@mpirvu
Copy link
Contributor Author

mpirvu commented May 21, 2025

@dsouzai Could you please review/merge this PR? Thanks
FYI @vijaysun-omr

@dsouzai dsouzai merged commit 4eeb05b into eclipse-openj9:master May 21, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants