1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 15:08:47 +00:00

Merge pull request #621 from datawolf/delete-unused-variable

Delete the unused const variable in docker/client.go
This commit is contained in:
Ivan Mikushin 2015-10-30 13:22:14 +05:00
commit 60ef1d4a60

View File

@ -5,11 +5,6 @@ import (
"github.com/rancher/os/config"
)
const (
MAX_WAIT = 30000
INTERVAL = 100
)
func NewSystemClient() (*dockerClient.Client, error) {
return NewClient(config.DOCKER_SYSTEM_HOST)
}