Browse Source

raft: remove EmptyState

Blake Mizerany 11 years ago
parent
commit
5deaada0dc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      raft2/raft.go

+ 0 - 2
raft2/raft.go

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