mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
drop unused row
This looks like leftover code from an earlier draft. We weren't using this value.
This commit is contained in:
parent
9e2542d81e
commit
8b52680f7d
1 changed files with 0 additions and 4 deletions
|
|
@ -3617,10 +3617,6 @@ func (f *fragment) sortBsiData(tx Tx, filter *Row, bitDepth uint64, sort_desc bo
|
|||
return nil, err
|
||||
}
|
||||
pos := consider.Difference(row)
|
||||
row, err = f.row(tx, 0)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
neg := consider.Difference(pos)
|
||||
|
||||
var sortedRowIds []RowKV
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue