Remove redundant assignment (#2356)

Co-authored-by: Ryan Ou <ryanou@aetherai.com>
This commit is contained in:
odeson24
2021-02-17 09:28:43 +08:00
committed by GitHub
parent 8e2d21c548
commit 9fe1a7b373

View File

@@ -106,7 +106,6 @@ func (mg *Merger) mergedGet(idx int) Result {
minIdx = listIdx
}
}
mg.cursors[listIdx] = cursor
}
if minIdx >= 0 {