raft: remove unused field

This commit is contained in:
Yicheng Qin 2014-09-14 13:08:35 -07:00
parent 1037e7ce55
commit da575c46fa

View File

@ -91,9 +91,6 @@ type raft struct {
id int64
// the term we are participating in at any time
index int64
// the log
raftLog *raftLog