mirror of https://github.com/docker/docs.git
Remove dead code.
Function getMachineDir is not used. Signed-off-by: Alexey Grachov <grachov.alexey@gmail.com>
This commit is contained in:
parent
968660f6da
commit
b970dddc8b
|
@ -56,10 +56,6 @@ func confirmInput(msg string) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
func getMachineDir(rootPath string) string {
|
||||
return filepath.Join(rootPath, "machines")
|
||||
}
|
||||
|
||||
func getStore(c *cli.Context) persist.Store {
|
||||
certInfo := getCertPathInfoFromContext(c)
|
||||
return &persist.Filestore{
|
||||
|
|
Loading…
Reference in New Issue