aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/util/BUILD')
-rw-r--r--test/cpp/util/BUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index 4ac8572072..4f84c73820 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -85,24 +85,6 @@ grpc_cc_library(
)
grpc_cc_library(
- name = "channel_trace_proto_helper",
- srcs = [
- "channel_trace_proto_helper.cc",
- ],
- hdrs = [
- "channel_trace_proto_helper.h",
- ],
- deps = [
- "//:grpc++",
- "//src/proto/grpc/channelz:channelz_proto",
- ],
- external_deps = [
- "gtest",
- "protobuf",
- ],
-)
-
-grpc_cc_library(
name = "test_util_unsecure",
srcs = GRPCXX_TESTUTIL_SRCS,
hdrs = GRPCXX_TESTUTIL_HDRS,