raft: remove EmptyState

This commit is contained in:
Blake Mizerany 2014-08-23 17:23:11 -07:00 committed by Yicheng Qin
parent 9616162dbc
commit 5deaada0dc

View File

@ -65,8 +65,6 @@ func (st stateType) String() string {
return stmap[int64(st)]
}
var EmptyState = State{}
type Message struct {
Type messageType
To int64