Skip to content

Commit

Permalink
xds/internal/xdsclient/xdslbregistry: remove unused call to type url (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferrer committed Apr 18, 2024
1 parent f268126 commit 81d3f06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xds/internal/xdsclient/xdslbregistry/xdslbregistry.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func ConvertToServiceConfig(lbPolicy *v3clusterpb.LoadBalancingPolicy, depth int
// LoadBalancingPolicy, attempting to convert each one to gRPC form,
// stopping at the first supported policy." - A52
for _, policy := range lbPolicy.GetPolicies() {
policy.GetTypedExtensionConfig().GetTypedConfig().GetTypeUrl()
converter := m[policy.GetTypedExtensionConfig().GetTypedConfig().GetTypeUrl()]
// "Any entry not in the above list is unsupported and will be skipped."
// - A52
Expand Down

0 comments on commit 81d3f06

Please sign in to comment.