Unverified Commit c65198ff authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

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

clean code
parents 3a21b35b 112c7648
...@@ -153,12 +153,6 @@ func (mk MergeKeys) GetMergeKeyValue(i interface{}) (MergeKeyValue, error) { ...@@ -153,12 +153,6 @@ func (mk MergeKeys) GetMergeKeyValue(i interface{}) (MergeKeyValue, error) {
type source int type source int
const (
recorded source = iota
local
remote
)
// CombinedPrimitiveSlice implements a slice of primitives // CombinedPrimitiveSlice implements a slice of primitives
type CombinedPrimitiveSlice struct { type CombinedPrimitiveSlice struct {
Items []*PrimitiveListItem Items []*PrimitiveListItem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment