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
commit 6d16a7737f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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