Merge pull request #46285 from yastij/scheduling-delete-todo

Automatic merge from submit-queue

removing generic_scheduler todo after discussion (#46027)

**What this PR does / why we need it**:

**Which issue this PR fixes** #46027 

**Special notes for your reviewer**: just a quick clean cc @wojtek-t 

**Release note**:
```release-note
```
pull/6/head
Kubernetes Submit Queue 2017-05-23 12:43:15 -07:00 committed by GitHub
commit f8815c96e0
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ func PrioritizeNodes(
// Summarize all scores.
result := make(schedulerapi.HostPriorityList, 0, len(nodes))
// TODO: Consider parallelizing it.
for i := range nodes {
result = append(result, schedulerapi.HostPriority{Host: nodes[i].Name, Score: 0})
for j := range priorityConfigs {