Skip to content

Commit 78d54dd

Browse files
committed
Remove unnecessary InternalSharedXdsClientPoolProvider.getOrCreate() overload
1 parent 6ce7d23 commit 78d54dd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

xds/src/main/java/io/grpc/xds/InternalSharedXdsClientPoolProvider.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ public static ObjectPool<XdsClient> getOrCreate(String target, MetricRecorder me
4646
return getOrCreate(target, metricRecorder, null);
4747
}
4848

49-
public static ObjectPool<XdsClient> getOrCreate(
50-
String target, CallCredentials transportCallCredentials) throws XdsInitializationException {
51-
return getOrCreate(target, new MetricRecorder() {}, transportCallCredentials);
52-
}
53-
5449
public static ObjectPool<XdsClient> getOrCreate(
5550
String target, MetricRecorder metricRecorder, CallCredentials transportCallCredentials)
5651
throws XdsInitializationException {

0 commit comments

Comments
 (0)