core: Delete stale SuppressWarnings("deprecated") for ATTR_LOAD_BALANCING_CONFIG (#11982)

ATTR_LOAD_BALANCING_CONFIG was deleted in bf7a42dbd.
This commit is contained in:
Eric Anderson 2025-04-02 03:52:00 -07:00 committed by GitHub
parent c28a7e3e06
commit 8ca7c4ef1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ import java.util.List;
import java.util.Map;
import javax.annotation.Nullable;
// TODO(creamsoup) fully deprecate LoadBalancer.ATTR_LOAD_BALANCING_CONFIG
@SuppressWarnings("deprecation")
public final class AutoConfiguredLoadBalancerFactory {
private final LoadBalancerRegistry registry;