Remove redundant assignment (#2356)

Co-authored-by: Ryan Ou <ryanou@aetherai.com>
This commit is contained in:
odeson24
2021-02-17 10:28:43 +09:00
committed by GitHub
co-authored by Ryan Ou
parent 8e2d21c548
commit 9fe1a7b373
-1
View File
@@ -106,7 +106,6 @@ func (mg *Merger) mergedGet(idx int) Result {
minIdx = listIdx
}
}
mg.cursors[listIdx] = cursor
}
if minIdx >= 0 {