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

Commit f34ebc5

Browse files
authored
Remove dependency on cctz. (#152)
absl no longer needs it as of abseil/abseil-cpp@af78826
1 parent 8bcb145 commit f34ebc5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

WORKSPACE

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ http_archive(
2121
urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip"],
2222
)
2323

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-
3124
# GoogleTest/GoogleMock framework.
3225
http_archive(
3326
name = "com_google_googletest",
@@ -57,7 +50,7 @@ bind(
5750
)
5851

5952
# Google Benchmark library.
60-
# Adapted from cctz's WORKSPACE.
53+
# Adapted from cctz.
6154
# Upstream support for bazel is tracked in
6255
# - https://github.com/google/benchmark/pull/329
6356
# - https://github.com/google/benchmark/issues/191

0 commit comments

Comments
 (0)