Remove unused variable

pull/19/head
Armon Dadgar 11 years ago
parent 842bf62587
commit 6d4c1b0365

@ -14,10 +14,6 @@ const (
dbMaxMapSize = 1024 * 1024 * 1024 // 1GB maximum size 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 // The StateStore is responsible for maintaining all the Consul
// state. It is manipulated by the FSM which maintains consistency // state. It is manipulated by the FSM which maintains consistency
// through the use of Raft. The goals of the StateStore are to provide // through the use of Raft. The goals of the StateStore are to provide

Loading…
Cancel
Save