Remove dead code.

Function getMachineDir is not used.

Signed-off-by: Alexey Grachov <grachov.alexey@gmail.com>
This commit is contained in:
Alexey Grachov 2015-09-29 20:26:13 +03:00
parent 968660f6da
commit b970dddc8b
1 changed files with 0 additions and 4 deletions

View File

@ -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{