raft: fix for go vet

release-2.0
Xiang Li 2014-11-24 15:00:38 -08:00
parent d69e4dbe6d
commit 2876c652ab
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ func (l *raftLog) term(i uint64) uint64 {
return 0
} else {
panic(err) // TODO(bdarnell)
return 0
}
}