Browse Source

Remove unused variable

pull/19/head
Armon Dadgar 11 years ago
parent
commit
6d4c1b0365
  1. 4
      consul/state_store.go

4
consul/state_store.go

@ -14,10 +14,6 @@ const (
dbMaxMapSize = 1024 * 1024 * 1024 // 1GB maximum size
)
var (
nullSentinel = []byte{0, 0, 0, 0} // used to encode a null value
)
// The StateStore is responsible for maintaining all the Consul
// state. It is manipulated by the FSM which maintains consistency
// through the use of Raft. The goals of the StateStore are to provide

Loading…
Cancel
Save