From b970dddc8b77570742a1e7cdf5328d3059892cb5 Mon Sep 17 00:00:00 2001 From: Alexey Grachov Date: Tue, 29 Sep 2015 20:26:13 +0300 Subject: [PATCH] Remove dead code. Function getMachineDir is not used. Signed-off-by: Alexey Grachov --- commands/commands.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/commands/commands.go b/commands/commands.go index 8586f74bdd..4becf201b1 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -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{