Skip to content

Commit

Permalink
Merge pull request #117229 from yanggangtony/duplicate-code-schedule
Browse files Browse the repository at this point in the history
Delete duplicate code in schedule.go
  • Loading branch information
k8s-ci-robot committed Apr 23, 2023
2 parents 5f22ab3 + a6173fa commit b1f901a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit b1f901a

Please sign in to comment.