util: Delete unused MultiChildLB.ChildLbState.getSubchannels()

This commit is contained in:
Eric Anderson 2024-07-25 18:59:33 -07:00
parent f866c805c2
commit 2f4f7f0ece
1 changed files with 0 additions and 7 deletions

View File

@ -411,13 +411,6 @@ public abstract class MultiChildLoadBalancer extends LoadBalancer {
return currentPicker;
}
protected final Subchannel getSubchannels(PickSubchannelArgs args) {
if (getCurrentPicker() == null) {
return null;
}
return getCurrentPicker().pickSubchannel(args).getSubchannel();
}
public final ConnectivityState getCurrentState() {
return currentState;
}