diff --git a/machines.go b/machines.go index 3b4fc39db..f19ed31db 100644 --- a/machines.go +++ b/machines.go @@ -1,10 +1,5 @@ package main -import ( - "net/url" - "path" -) - // machineNum returns the number of machines in the cluster func machineNum() int { response, _ := etcdStore.RawGet("_etcd/machines")