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

removes redundant mut reference from index-working-set #4291

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

behzadnouri
Copy link

@behzadnouri behzadnouri commented Jan 5, 2025

Problem

&mut was added in: solana-labs#7319
because coding shreds were removed after recovering the erasure batch.

That logic was removed in: solana-labs#21052
and we don't need mutable references any more.

Summary of Changes

Removed redundant mut reference from index-working-set

&mut was added in:
    solana-labs#7319
because coding shreds were removed after recovering the erasure batch.

That logic was removed in:
    solana-labs#21052
and we don't need mutable references any more.
Copy link

@gregcusack gregcusack left a comment

Choose a reason for hiding this comment

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

lgtm!

@behzadnouri behzadnouri merged commit 1563d90 into anza-xyz:master Jan 7, 2025
40 checks passed
@behzadnouri behzadnouri deleted the rm-mut-index-working-set branch January 7, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants