mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
raft: remove EmptyState
This commit is contained in:
parent
9616162dbc
commit
5deaada0dc
@ -65,8 +65,6 @@ func (st stateType) String() string {
|
|||||||
return stmap[int64(st)]
|
return stmap[int64(st)]
|
||||||
}
|
}
|
||||||
|
|
||||||
var EmptyState = State{}
|
|
||||||
|
|
||||||
type Message struct {
|
type Message struct {
|
||||||
Type messageType
|
Type messageType
|
||||||
To int64
|
To int64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user