Yicheng Qin пре 11 година
родитељ
комит
da575c46fa
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      raft/raft.go

+ 0 - 3
raft/raft.go

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