mirror of https://github.com/status-im/consul.git
agent/consul/state: remove TODO
This commit is contained in:
parent
70858598e4
commit
ad42f42a17
|
@ -245,8 +245,6 @@ func (s *Store) IntentionMatch(ws memdb.WatchSet, args *structs.IntentionQueryMa
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: filter for uniques
|
||||
|
||||
// Sort the results by precedence
|
||||
sort.Sort(structs.IntentionPrecedenceSorter(ixns))
|
||||
|
||||
|
|
Loading…
Reference in New Issue