Skip to content

Commit 81d3f06

Browse files
authored
xds/internal/xdsclient/xdslbregistry: remove unused call to type url (#7130)
1 parent f268126 commit 81d3f06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xds/internal/xdsclient/xdslbregistry/xdslbregistry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ func ConvertToServiceConfig(lbPolicy *v3clusterpb.LoadBalancingPolicy, depth int
6666
// LoadBalancingPolicy, attempting to convert each one to gRPC form,
6767
// stopping at the first supported policy." - A52
6868
for _, policy := range lbPolicy.GetPolicies() {
69-
policy.GetTypedExtensionConfig().GetTypedConfig().GetTypeUrl()
7069
converter := m[policy.GetTypedExtensionConfig().GetTypedConfig().GetTypeUrl()]
7170
// "Any entry not in the above list is unsupported and will be skipped."
7271
// - A52

0 commit comments

Comments
 (0)