Skip to content
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

Refactor UpdateLog.LogPtr to a record #3166

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dsmiley
Copy link
Contributor

@dsmiley dsmiley commented Feb 7, 2025

And remove previousPointer (unused)

And remove previousPointer (unused)
@dsmiley dsmiley requested a review from chatman February 7, 2025 21:54
Comment on lines -274 to -275
// used for entries that are in-place updates and need a pointer to a previous update command
final long previousPointer;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was in here since when it first showed up like 10 years ago, and even then wasn't actually used. Populated but not referenced. CC @chatman

@dsmiley
Copy link
Contributor Author

dsmiley commented Feb 7, 2025

Ugh; javadoc complains it doesn't know about Java records. We do pass the language version. 🤷

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.

1 participant