Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit a90406a

Browse files
authored
Remove bind()s that are no longer necessary. (#287)
1 parent 8f325e5 commit a90406a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

WORKSPACE

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,6 @@ load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
5050

5151
grpc_deps()
5252

53-
# These bind()s are needed for the cc_grpc_library() rule to work.
54-
bind(
55-
name = "grpc++_codegen_proto",
56-
actual = "@com_github_grpc_grpc//:grpc++_codegen_proto",
57-
)
58-
59-
bind(
60-
name = "grpc_cpp_plugin",
61-
actual = "@com_github_grpc_grpc//:grpc_cpp_plugin",
62-
)
63-
6453
# Used by prometheus-cpp.
6554
local_repository(
6655
name = "net_zlib_zlib",

0 commit comments

Comments
 (0)