Skip to content

Commit fff7c02

Browse files
authored
chore: removes unused grpc_utils_protos bazel dep (#3946)
* chore: removes unused grpc_utils_protos bazel dep Part of #3838
1 parent 233bb28 commit fff7c02

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

bazel/googleapis.BUILD

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,3 @@ cc_library(
2626
".",
2727
],
2828
)
29-
30-
# TODO(googleapis/google-cloud-cpp#3838): Delete this rule once it's no longer
31-
# used after the next release of -common.
32-
cc_library(
33-
name = "grpc_utils_protos",
34-
deps = [
35-
":googleapis_system_includes",
36-
"//google/rpc:status_cc_proto",
37-
"@com_github_grpc_grpc//:grpc++",
38-
],
39-
)

0 commit comments

Comments
 (0)