Skip to content

Commit

Permalink
fix: remove some code
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjunLi committed Jul 4, 2024
1 parent 198bac0 commit 991a5e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/rawdb/prunedfreezer.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ func (f *prunedfreezer) repair(datadir string) error {
if err != nil {
return err
}
if name == ChainFreezerBlobSidecarTable {
continue
}
items := table.items.Load()
if min > items {
min = items
Expand Down

0 comments on commit 991a5e9

Please sign in to comment.