Skip to content

Commit e335cb3

Browse files
committed
testing: remove channel setStatsEnabled accessor hack
1 parent 5d1304c commit e335cb3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

testing/src/main/java/io/grpc/internal/TestingAccessor.java

-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
* Test helper that allows accessing package-private stuff.
2121
*/
2222
public final class TestingAccessor {
23-
/**
24-
* Disable or enable client side census stats features.
25-
*/
26-
public static void setStatsEnabled(
27-
AbstractManagedChannelImplBuilder<?> builder, boolean statsEnabled) {
28-
builder.setStatsEnabled(statsEnabled);
29-
}
3023

3124
/**
3225
* Disable or enable server side census stats features.

0 commit comments

Comments
 (0)