Skip to content

Commit cf1bc31

Browse files
discovery: Remove confusing comment.
I don't see how this comment is relevant to the code or helpful in understanding the code.
1 parent 3177b1d commit cf1bc31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

go/vt/discovery/healthcheck.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,6 @@ func (hcc *healthCheckConn) stream(hc *HealthCheckImpl, callback func(*querypb.S
389389

390390
if conn == nil {
391391
var err error
392-
// Keyspace, shard and tabletType are the ones from the tablet
393-
// record, but they won't be used just yet.
394392
conn, err = tabletconn.GetDialer()(hcc.tabletStats.Tablet, hc.connTimeout)
395393
if err != nil {
396394
hcc.mu.Lock()

0 commit comments

Comments
 (0)