Explorar o código

etcd: remove unused field seeds in participant struct

Xiang Li %!s(int64=11) %!d(string=hai) anos
pai
achega
622ee60d4f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      etcd/participant.go

+ 0 - 1
etcd/participant.go

@@ -64,7 +64,6 @@ type participant struct {
 	clusterId    int64
 	pubAddr      string
 	raftPubAddr  string
-	seeds        map[string]bool
 	tickDuration time.Duration
 
 	client  *v2client