Skip to content

Commit

Permalink
core/filtermaps: removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
zsfelfoldi committed Dec 13, 2024
1 parent 08a345e commit 78b5918
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/filtermaps/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -757,11 +757,6 @@ func (f *FilterMaps) applyUpdateBatch(u *updateBatch) {
}
}

// updatedRangeLength returns the length of the updated filter map range.
func (u *updateBatch) updatedRangeLength() uint32 {
return u.afterLastMap - u.firstMap
}

// headEpoch returns the head epoch index.
func (u *updateBatch) headEpoch() uint32 {
return uint32(u.headLvPointer >> (u.f.logValuesPerMap + u.f.logMapsPerEpoch))
Expand Down

0 comments on commit 78b5918

Please sign in to comment.