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

Remove unused code in Blockstore underlying impl #33538

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

steviez
Copy link
Contributor

@steviez steviez commented Oct 5, 2023

Problem

Code that is no longer is still present; a bit of a nuisance to have to update outdated things.

Summary of Changes

Remove primary_index() from Trait column and remove the only caller of that function which was LedgerColumn::delete_slot()

Originally pointed out in #33419 (comment)

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #33538 (1476d30) into master (144e6d6) will increase coverage by 0.0%.
Report is 17 commits behind head on master.
The diff coverage is 25.0%.

@@           Coverage Diff           @@
##           master   #33538   +/-   ##
=======================================
  Coverage    81.7%    81.7%           
=======================================
  Files         802      802           
  Lines      217872   217857   -15     
=======================================
+ Hits       178146   178181   +35     
+ Misses      39726    39676   -50     

Copy link
Contributor

@CriesofCarrots CriesofCarrots left a comment

Choose a reason for hiding this comment

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

Awesome! Thanks for looking into this one.

@steviez steviez merged commit 6b96a22 into solana-labs:master Oct 5, 2023
16 checks passed
@steviez steviez deleted the bstore_rm_dead_column_code branch October 5, 2023 18:14
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