aboutsummaryrefslogtreecommitdiff
path: root/bazel
diff options
context:
space:
mode:
authorbillfeng327 <yfen@google.com>2019-03-08 10:39:03 -0800
committerbillfeng327 <yfen@google.com>2019-03-08 10:39:03 -0800
commit5eb1e8d8c9e715e0b5fe30bfc80c2e2f5c3e3ed1 (patch)
tree00cd2dc24662c52feca9ea217f2f826ccbc8519a /bazel
parent9e102ea8b044813036d509551996f33d953e07b2 (diff)
downloadgrpc-grpc-5eb1e8d8c9e715e0b5fe30bfc80c2e2f5c3e3ed1.tar.gz
code cleanup, removed old build file
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_deps.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl
index 799e864484..2795ce8e73 100644
--- a/bazel/grpc_deps.bzl
+++ b/bazel/grpc_deps.bzl
@@ -154,7 +154,6 @@ def grpc_deps():
if "com_github_google_benchmark" not in native.existing_rules():
http_archive(
name = "com_github_google_benchmark",
- #build_file = "@com_github_grpc_grpc//third_party:benchmark.BUILD",
strip_prefix = "benchmark-e776aa0275e293707b6a0901e0e8d8a8a3679508",
url = "https://github.com/google/benchmark/archive/e776aa0275e293707b6a0901e0e8d8a8a3679508.tar.gz",
)