Skip to content

Commit 78b5918

Browse files
committed
core/filtermaps: removed unused function
1 parent 08a345e commit 78b5918

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/filtermaps/indexer.go

-5
Original file line numberDiff line numberDiff line change
@@ -757,11 +757,6 @@ func (f *FilterMaps) applyUpdateBatch(u *updateBatch) {
757757
}
758758
}
759759

760-
// updatedRangeLength returns the length of the updated filter map range.
761-
func (u *updateBatch) updatedRangeLength() uint32 {
762-
return u.afterLastMap - u.firstMap
763-
}
764-
765760
// headEpoch returns the head epoch index.
766761
func (u *updateBatch) headEpoch() uint32 {
767762
return uint32(u.headLvPointer >> (u.f.logValuesPerMap + u.f.logMapsPerEpoch))

0 commit comments

Comments
 (0)