mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
delete unused code
This commit is contained in:
parent
13dbe22b18
commit
5b50ecfd8e
1 changed files with 0 additions and 1 deletions
|
|
@ -468,7 +468,6 @@ func (b *Bitmap) unionIntoTarget(target *Bitmap, others ...*Bitmap) {
|
|||
hasNext := true
|
||||
for hasNext {
|
||||
// Loop until every iters current value has been handled.
|
||||
// for {
|
||||
for i, iIter := range otherIters {
|
||||
if !iIter.hasNext || iIter.handled {
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue