Merge pull request #117229 from yanggangtony/duplicate-code-schedule

Delete duplicate code in schedule.go
This commit is contained in:
Kubernetes Prow Robot
2023-04-22 21:35:14 -07:00
committed by GitHub

View File

@@ -293,7 +293,6 @@ func New(client clientset.Interface,
frameworkruntime.WithSnapshotSharedLister(snapshot),
frameworkruntime.WithCaptureProfile(frameworkruntime.CaptureProfile(options.frameworkCapturer)),
frameworkruntime.WithClusterEventMap(clusterEventMap),
frameworkruntime.WithClusterEventMap(clusterEventMap),
frameworkruntime.WithParallelism(int(options.parallelism)),
frameworkruntime.WithExtenders(extenders),
frameworkruntime.WithMetricsRecorder(metricsRecorder),