Browse Source

raft: remove unused prevTerm field

Xiang Li 11 years ago
parent
commit
611d564865
1 changed files with 0 additions and 1 deletions
  1. 0 1
      raft/raft.go

+ 0 - 1
raft/raft.go

@@ -82,7 +82,6 @@ type Message struct {
 	Term      int64
 	LogTerm   int64
 	Index     int64
-	PrevTerm  int64
 	Entries   []Entry
 	Commit    int64
 	Snapshot  Snapshot