From 142ccdfaecc3631e4ff51ed013bf7d5671264d85 Mon Sep 17 00:00:00 2001 From: Steve Yen Date: Tue, 19 Dec 2017 13:46:13 -0800 Subject: [PATCH] scorch remove leftover doc comment I'm suspecting that Marty's editor is more exciting than mine. :-) --- index/scorch/snapshot_index_tfr.go | 1 - 1 file changed, 1 deletion(-) diff --git a/index/scorch/snapshot_index_tfr.go b/index/scorch/snapshot_index_tfr.go index d6c8dcd1..25cc0bd0 100644 --- a/index/scorch/snapshot_index_tfr.go +++ b/index/scorch/snapshot_index_tfr.go @@ -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 {