This commit is contained in:
alex.sharov 2023-03-09 14:56:13 +07:00
parent 25d913c676
commit c48bbde775

View File

@ -826,7 +826,6 @@ type RecentInvertedIdxIter struct {
hasNext bool hasNext bool
err error err error
res []uint64
bm *roaring64.Bitmap bm *roaring64.Bitmap
} }