Merge pull request #1917 from yanzay/master

Remove dead code.
This commit is contained in:
Nathan LeClaire 2015-09-29 13:35:47 -07:00
commit 1588f2217a
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{