Merge pull request #99406 from gavinfish/sched-remove-fw-todo

Scheduler: remove legacy TODO in framework.go
This commit is contained in:
Kubernetes Prow Robot
2021-02-25 10:01:45 -08:00
committed by GitHub

View File

@@ -218,7 +218,6 @@ func defaultFrameworkOptions() frameworkOptions {
}
}
// TODO(#91029): move this to frameworkImpl runtime package.
var _ framework.PreemptHandle = &preemptHandle{}
type preemptHandle struct {