Merge pull request #61468 from tianshapjq/remove-consts-element.go

clean code
This commit is contained in:
Kubernetes Prow Robot
2019-02-01 14:31:30 -08:00
committed by GitHub

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