drivers: remove unneeded `GetDockerConfigDir()` and `dockerConfigDir` const

This method is not part of the driver interface anymore.

Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>
This commit is contained in:
Vincent Bernat 2015-04-10 16:53:25 +02:00
parent f31f92452e
commit dcea0ff716
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ import (
"github.com/docker/machine/state"
)
const (
dockerConfigDir = "/etc/docker"
)
type Driver struct {
AuthUrl string
Insecure bool