Skip to content
This repository was archived by the owner on Aug 13, 2019. It is now read-only.

Commit fff4e5f

Browse files
committed
Remove out of date comment.
Signed-off-by: Alin Sinpalean <[email protected]>
1 parent 3f68073 commit fff4e5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

querier.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,6 @@ func (it *chunkSeriesIterator) Seek(t int64) (ok bool) {
829829
}
830830

831831
func (it *chunkSeriesIterator) At() (t int64, v float64) {
832-
// Should it panic if it.cur.Err() != nil || it.i >= len(it.chunks)?
833-
// What about before Next() or Seek() were called?
834832
return it.cur.At()
835833
}
836834

0 commit comments

Comments
 (0)