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
5dafbea58d
commit
9bdd397108
1 changed files with 0 additions and 4 deletions
|
|
@ -3618,10 +3618,6 @@ func (f *fragment) sortBsiData(tx Tx, filter *Row, bitDepth uint64, sort_desc bo
|
|||
return nil, err
|
||||
}
|
||||
pos := consider.Difference(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