mirror of https://github.com/status-im/consul.git
Removes a todo that's no longer needed.
This commit is contained in:
parent
be9f071488
commit
fc541fadcf
|
@ -200,9 +200,6 @@ func checksTableSchema() *memdb.TableSchema {
|
||||||
|
|
||||||
// kvsTableSchema returns a new table schema used for storing
|
// kvsTableSchema returns a new table schema used for storing
|
||||||
// key/value data from consul's kv store.
|
// key/value data from consul's kv store.
|
||||||
//
|
|
||||||
// TODO(ryanuber): I don't *think* we need an id_prefix, since
|
|
||||||
// StringFieldIndex implements PrefixIndexer.
|
|
||||||
func kvsTableSchema() *memdb.TableSchema {
|
func kvsTableSchema() *memdb.TableSchema {
|
||||||
return &memdb.TableSchema{
|
return &memdb.TableSchema{
|
||||||
Name: "kvs",
|
Name: "kvs",
|
||||||
|
|
Loading…
Reference in New Issue