Removes a todo that's no longer needed.

This commit is contained in:
James Phillips 2015-10-14 13:14:11 -07:00
parent be9f071488
commit fc541fadcf
1 changed files with 0 additions and 3 deletions

View File

@ -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",