diff --git a/block.go b/block.go index 7dc3af9d8..53c4c47fd 100644 --- a/block.go +++ b/block.go @@ -474,7 +474,7 @@ func (pb *Block) CleanTombstones(dest string, c Compactor) (bool, error) { numStones := 0 pb.tombstones.Iter(func(id uint64, ivs Intervals) error { - for _ = range ivs { + for range ivs { numStones++ }