summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorodeson24 <odeson24@gmail.com>2021-02-17 09:28:43 +0800
committerGitHub <noreply@github.com>2021-02-17 10:28:43 +0900
commit9fe1a7b3731a1129484e4cac2dfe6246beb0ee63 (patch)
tree3e6b04e7b8179a0d240662a3210389c5aaf9a61d /src
parent8e2d21c5481f8e4b7d761ae39e00730274a0674f (diff)
Remove redundant assignment (#2356)
Co-authored-by: Ryan Ou <ryanou@aetherai.com>
Diffstat (limited to 'src')
-rw-r--r--src/merger.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/merger.go b/src/merger.go
index d710f2a2..8e6a884c 100644
--- a/src/merger.go
+++ b/src/merger.go
@@ -106,7 +106,6 @@ func (mg *Merger) mergedGet(idx int) Result {
minIdx = listIdx
}
}
- mg.cursors[listIdx] = cursor
}
if minIdx >= 0 {