mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-29 03:08:47 -06:00
removing unused bool
This commit is contained in:
@@ -247,7 +247,6 @@ type prollySecondaryIndexWriter struct {
|
||||
name string
|
||||
mut *prolly.MutableMap
|
||||
unique bool
|
||||
spatial bool
|
||||
prefixLengths []uint16
|
||||
|
||||
// number of indexed cols
|
||||
|
||||
@@ -81,7 +81,6 @@ func getSecondaryProllyIndexWriters(ctx context.Context, t *doltdb.Table, sqlSch
|
||||
name: defName,
|
||||
mut: idxMap.Mutate(),
|
||||
unique: def.IsUnique(),
|
||||
spatial: def.IsSpatial(),
|
||||
prefixLengths: def.PrefixLengths(),
|
||||
idxCols: def.Count(),
|
||||
keyMap: keyMap,
|
||||
|
||||
Reference in New Issue
Block a user