Merge pull request #134 from pingcap/ngaut/tiny-clean-up

kv: Remove unused fields
This commit is contained in:
goroutine
2015-09-14 10:03:02 +08:00

View File

@ -99,8 +99,6 @@ func (c *IndexIter) Next() (k []interface{}, h int64, err error) {
type kvIndex struct {
indexName string
unique bool
dbName string
storage Storage
prefix string
}