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

clean code
pull/564/head
Kubernetes Prow Robot 2019-02-01 14:31:30 -08:00 committed by GitHub
commit c65198ffb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

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