From 81d3f06aab8a860b38e1288d973734b18b7c56c6 Mon Sep 17 00:00:00 2001 From: Marco Ferrer <35935108+marcoferrer@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:52:21 -0400 Subject: [PATCH] xds/internal/xdsclient/xdslbregistry: remove unused call to type url (#7130) --- xds/internal/xdsclient/xdslbregistry/xdslbregistry.go | 1 - 1 file changed, 1 deletion(-) diff --git a/xds/internal/xdsclient/xdslbregistry/xdslbregistry.go b/xds/internal/xdsclient/xdslbregistry/xdslbregistry.go index 0f3d1df4db20..a7782709d469 100644 --- a/xds/internal/xdsclient/xdslbregistry/xdslbregistry.go +++ b/xds/internal/xdsclient/xdslbregistry/xdslbregistry.go @@ -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