Skip to content

Commit

Permalink
Remove unused struct field
Browse files Browse the repository at this point in the history
  • Loading branch information
hlubek committed Aug 2, 2021
1 parent bf4eddf commit f7a4c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ type pipelineRunner struct {

// Mutex for reading or writing jobs and job state
mx sync.RWMutex
outputStore taskctl.OutputStore
createTaskRunner func() taskctl.Runner
}

Expand Down

0 comments on commit f7a4c8e

Please sign in to comment.