Skip to content

Commit 9c03685

Browse files
author
Fabian Holler
committed
remove obsolete TODO comment
1 parent 271fb26 commit 9c03685

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

consul/resolver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ func (c *consulResolver) watcher() {
206206
// addresses (addrs is nil), we have to report an empty
207207
// set of resolved addresses. It informs the grpc-balancer that resolution is not
208208
// in progress anymore and grpc calls can failFast.
209-
// TODO: replace DeepEqual with a custom Cmp function
210209
if addressesEqual(addrs, lastReportedAddrs) {
211210
// If the consul server responds with
212211
// the same data then in the last

0 commit comments

Comments
 (0)