Skip to content

Commit 26ad2c2

Browse files
authored
Merge pull request kubernetes#90613 from Huang-Wei/cleanup-comments
cleanup: remove stale comments
2 parents 15d6c9a + 79963ac commit 26ad2c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/scheduler/factory.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,6 @@ func MakeDefaultErrorFunc(client clientset.Interface, podQueue internalqueue.Sch
490490
Name: pod.Name,
491491
}
492492

493-
// An unschedulable pod will be placed in the unschedulable queue.
494-
// This ensures that if the pod is nominated to run on a node,
495-
// scheduler takes the pod into account when running predicates for the node.
496493
// Get the pod again; it may have changed/been scheduled already.
497494
getBackoff := initialGetBackoff
498495
for {

0 commit comments

Comments
 (0)