Skip to content

Commit 2f4f7f0

Browse files
committed
util: Delete unused MultiChildLB.ChildLbState.getSubchannels()
1 parent f866c80 commit 2f4f7f0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

util/src/main/java/io/grpc/util/MultiChildLoadBalancer.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -411,13 +411,6 @@ public final SubchannelPicker getCurrentPicker() {
411411
return currentPicker;
412412
}
413413

414-
protected final Subchannel getSubchannels(PickSubchannelArgs args) {
415-
if (getCurrentPicker() == null) {
416-
return null;
417-
}
418-
return getCurrentPicker().pickSubchannel(args).getSubchannel();
419-
}
420-
421414
public final ConnectivityState getCurrentState() {
422415
return currentState;
423416
}

0 commit comments

Comments
 (0)