kv: Remove unused fields

This commit is contained in:
ngaut
2015-09-14 09:59:25 +08:00
parent 1cc83bd0d1
commit e9f98103c1

View File

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