clean code

This commit is contained in:
tianshapjq 2018-03-21 16:41:40 +08:00
parent ebae09e741
commit 112c76488d

View File

@ -153,12 +153,6 @@ func (mk MergeKeys) GetMergeKeyValue(i interface{}) (MergeKeyValue, error) {
type source int
const (
recorded source = iota
local
remote
)
// CombinedPrimitiveSlice implements a slice of primitives
type CombinedPrimitiveSlice struct {
Items []*PrimitiveListItem