Removes a todo that's no longer needed.
This commit is contained in:
parent
82f275d126
commit
6db1a8624d
|
@ -200,9 +200,6 @@ func checksTableSchema() *memdb.TableSchema {
|
|||
|
||||
// kvsTableSchema returns a new table schema used for storing
|
||||
// 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 {
|
||||
return &memdb.TableSchema{
|
||||
Name: "kvs",
|
||||
|
|
Loading…
Reference in a new issue