Xiang Li 12 лет назад
Родитель
Сommit
8f3e6f340f
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      machines.go

+ 0 - 5
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")