Jelajahi Sumber

etcd: remove unused field seeds in participant struct

Xiang Li 11 tahun lalu
induk
melakukan
622ee60d4f
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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