We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcb145 commit f34ebc5Copy full SHA for f34ebc5
1 file changed
WORKSPACE
@@ -21,13 +21,6 @@ http_archive(
21
urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip"],
22
)
23
24
-# CCTZ (Time-zone framework). Used by absl.
25
-http_archive(
26
- name = "com_googlesource_code_cctz",
27
- strip_prefix = "cctz-master",
28
- urls = ["https://github.com/google/cctz/archive/master.zip"],
29
-)
30
-
31
# GoogleTest/GoogleMock framework.
32
http_archive(
33
name = "com_google_googletest",
@@ -57,7 +50,7 @@ bind(
57
50
58
51
59
52
# Google Benchmark library.
60
-# Adapted from cctz's WORKSPACE.
53
+# Adapted from cctz.
61
54
# Upstream support for bazel is tracked in
62
55
# - https://github.com/google/benchmark/pull/329
63
56
# - https://github.com/google/benchmark/issues/191
0 commit comments