Skip to content

Commit

Permalink
removing unused mutex variable in schedule.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mchinta7 committed Jan 3, 2024
1 parent f061cfb commit 668d307
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions request/schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import (

const defaultTimeout = 60 * time.Second

var m sync.Mutex

// Schedule files requests to apiserver based on LoadProfileSpec.
func Schedule(ctx context.Context, spec *types.LoadProfileSpec, restCli []rest.Interface) (*types.ResponseStats, error) {
ctx, cancel := context.WithCancel(ctx)
Expand Down

0 comments on commit 668d307

Please sign in to comment.