From 3d8152440796ac77517f90087022e5ecb8803d8a Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Wed, 18 Nov 2020 17:15:56 -0800 Subject: [PATCH] [roundrobin_strips_attributes] 22 --- balancer/base/balancer.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/balancer/base/balancer.go b/balancer/base/balancer.go index bdcc81af36d0..e0d34288ccfc 100644 --- a/balancer/base/balancer.go +++ b/balancer/base/balancer.go @@ -135,8 +135,6 @@ func (b *baseBalancer) UpdateClientConnState(s balancer.ClientConnState) error { // The SubConn does a reflect.DeepEqual of the new and old // addresses. So this is a noop if the current address is the same // as the old one (including attributes). - // - // TODO: delete this when this balancer reads attributes. sc.UpdateAddresses([]resolver.Address{a}) } }