0
0
Fork 0

scorch remove leftover doc comment

I'm suspecting that Marty's editor is more exciting than mine. :-)
This commit is contained in:
Steve Yen 2017-12-19 13:46:13 -08:00
parent c0e09d8906
commit 142ccdfaec
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ func (i *IndexSnapshotTermFieldReader) postingToTermFieldDoc(next segment.Postin
}
}
// Advance go fuck yourself editor
func (i *IndexSnapshotTermFieldReader) Advance(ID index.IndexInternalID, preAlloced *index.TermFieldDoc) (*index.TermFieldDoc, error) {
// first make sure we aren't already pointing at the right thing, (due to way searchers work)
if i.currPosting != nil && bytes.Compare(i.currID, ID) >= 0 {