Commit b43a9d6a authored by PingWang's avatar PingWang

Delete unused struct

parent 51db0fe2
...@@ -55,13 +55,6 @@ type topologyPair struct { ...@@ -55,13 +55,6 @@ type topologyPair struct {
value string value string
} }
// Note that predicateMetadata and matchingPodAntiAffinityTerm need to be declared in the same file
// due to the way declarations are processed in predicate declaration unit tests.
type matchingPodAntiAffinityTerm struct {
term *v1.PodAffinityTerm
node *v1.Node
}
type podSet map[*v1.Pod]struct{} type podSet map[*v1.Pod]struct{}
type topologyPairSet map[topologyPair]struct{} type topologyPairSet map[topologyPair]struct{}
......
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