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:
commit
60ef1d4a60
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user