mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
remove unnecesary slice operation when processing holder
This commit is contained in:
parent
4d494f6699
commit
31014d11e5
1 changed files with 0 additions and 1 deletions
|
|
@ -1660,7 +1660,6 @@ func (h *Holder) Process(ctx context.Context, op HolderOperator) (err error) {
|
|||
var fragNums []uint64
|
||||
|
||||
h.mu.Lock()
|
||||
indexNames = indexNames[:0]
|
||||
for indexName := range h.indexes {
|
||||
indexNames = append(indexNames, indexName)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue