core/filtermaps: removed unused function

pull/30370/head
Zsolt Felfoldi 7 days ago
parent 3b9372875b
commit 2fbd945de6
  1. 5
      core/filtermaps/indexer.go

@ -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))

Loading…
Cancel
Save