Skip to content

Commit 79963ac

Browse files
committed
cleanup: remove stale comments
1 parent a26c34e commit 79963ac

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
@@ -491,9 +491,6 @@ func MakeDefaultErrorFunc(client clientset.Interface, podQueue internalqueue.Sch
491491
Name: pod.Name,
492492
}
493493

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

0 commit comments

Comments
 (0)