@@ -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")