client/driver: remove unused const 'dockerPullProgressEmitInterval'

This commit is contained in:
Nick Ethier
2018-05-07 16:24:48 -04:00
parent d442a444e0
commit fdef36ae38

View File

@@ -25,12 +25,6 @@ var (
imageNotFoundMatcher = regexp.MustCompile(`Error: image .+ not found`)
)
const (
// dockerPullProgressEmitInterval is the interval at which the pull progress
// is emitted to the allocation
dockerPullProgressEmitInterval = 2 * time.Minute
)
// pullFuture is a sharable future for retrieving a pulled images ID and any
// error that may have occurred during the pull.
type pullFuture struct {