etcd: remove unused field seeds in participant struct

This commit is contained in:
Xiang Li 2014-08-10 15:58:59 -07:00 committed by Yicheng Qin
parent cc1b4b7ef0
commit 622ee60d4f

View File

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