removing block

This commit is contained in:
James Cor
2022-10-26 12:54:16 -07:00
parent 03daea09d0
commit 72ce2119f5
-4
View File
@@ -561,10 +561,6 @@ func (t *Table) GetIndexRowData(ctx context.Context, indexName string) (durable.
return nil, err
}
if indexName == "PRIMARY" {
return t.GetRowData(ctx)
}
indexes, err := t.GetIndexSet(ctx)
if err != nil {
return nil, err