mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
comment cleanup
This commit is contained in:
parent
0f91149852
commit
72041eb4f2
1 changed files with 0 additions and 2 deletions
|
|
@ -3153,8 +3153,6 @@ func xorArrayRun(a, b *container) *container {
|
|||
if va < vb.last {
|
||||
output.n += output.runAppendInterval(interval16{start: vb.start, last: va - 1})
|
||||
i++
|
||||
// candidate for overflow
|
||||
// but no va must be less than max-1
|
||||
vb.start = va + 1
|
||||
|
||||
if vb.start > vb.last {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue