From fdef36ae3825d3ba596fe8d97497b29b5c19fa4f Mon Sep 17 00:00:00 2001 From: Nick Ethier Date: Mon, 7 May 2018 16:24:48 -0400 Subject: [PATCH] client/driver: remove unused const 'dockerPullProgressEmitInterval' --- client/driver/docker_coordinator.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/driver/docker_coordinator.go b/client/driver/docker_coordinator.go index 471860624..7f975bae5 100644 --- a/client/driver/docker_coordinator.go +++ b/client/driver/docker_coordinator.go @@ -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 {