Skip to content

Commit

Permalink
util: Delete unused MultiChildLB.ChildLbState.getSubchannels()
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Aug 9, 2024
1 parent f866c80 commit 2f4f7f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions util/src/main/java/io/grpc/util/MultiChildLoadBalancer.java
Original file line number Diff line number Diff line change
Expand Up @@ -411,13 +411,6 @@ public final SubchannelPicker getCurrentPicker() {
return currentPicker;
}

protected final Subchannel getSubchannels(PickSubchannelArgs args) {
if (getCurrentPicker() == null) {
return null;
}
return getCurrentPicker().pickSubchannel(args).getSubchannel();
}

public final ConnectivityState getCurrentState() {
return currentState;
}
Expand Down

0 comments on commit 2f4f7f0

Please sign in to comment.