mirror of https://github.com/grpc/grpc-java.git
util: Delete unused MultiChildLB.ChildLbState.getSubchannels()
This commit is contained in:
parent
f866c805c2
commit
2f4f7f0ece
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue