removing unused bool

This commit is contained in:
James Cor
2023-02-20 23:57:08 -08:00
parent 5a0b91ffa9
commit 13efc85013
2 changed files with 0 additions and 2 deletions

View File

@@ -247,7 +247,6 @@ type prollySecondaryIndexWriter struct {
name string
mut *prolly.MutableMap
unique bool
spatial bool
prefixLengths []uint16
// number of indexed cols

View File

@@ -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,