delete unnecessary continue

This commit is contained in:
iamqizhao
2016-06-21 18:21:27 -07:00
parent 65a7b17255
commit f5c974be39

View File

@ -348,7 +348,6 @@ func (rr *roundRobin) Get(ctx context.Context, opts BalancerGetOptions) (addr Ad
ch = rr.waitCh
}
rr.mu.Unlock()
continue
}
}
}