Unverified Commit e1e85f94 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #73009 from qingsenLi/k8s190117

remove unused const dockerDaemonConfigName in docker_util.go
parents f1ecf470 8098ade4
...@@ -27,8 +27,7 @@ import ( ...@@ -27,8 +27,7 @@ import (
) )
const ( const (
defaultDockerEndpoint = "unix:///var/run/docker.sock" defaultDockerEndpoint = "unix:///var/run/docker.sock"
dockerDaemonConfigName = "/etc/docker/daemon.json"
) )
// getDockerAPIVersion returns the Docker's API version. // getDockerAPIVersion returns the Docker's API version.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment