delete unused code

This commit is contained in:
Richard Artoul 2018-11-29 13:53:38 -05:00
parent 13dbe22b18
commit 5b50ecfd8e

View file

@ -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