We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f325e5 commit a90406aCopy full SHA for a90406a
WORKSPACE
@@ -50,17 +50,6 @@ load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
50
51
grpc_deps()
52
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
60
- name = "grpc_cpp_plugin",
61
- actual = "@com_github_grpc_grpc//:grpc_cpp_plugin",
62
63
64
# Used by prometheus-cpp.
65
local_repository(
66
name = "net_zlib_zlib",
0 commit comments