Skip to content

Commit

Permalink
pr: remove redundant stop
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Nov 11, 2022
1 parent 3cba698 commit fdc2c6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/allocrunner/taskrunner/task_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ func (tr *TaskRunner) Run() {

// start with a stopped timer; actual restart delay computed later
timer, stop := helper.NewStoppedTimer()
timer.Stop()
defer stop()

MAIN:
Expand Down

0 comments on commit fdc2c6b

Please sign in to comment.