Browse Source

remove duplicate codes

Xiang Li 12 years ago
parent
commit
8f3e6f340f
1 changed files with 0 additions and 5 deletions
  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")