diff options
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/WORKSPACE b/WORKSPACE index cac4047fc792..0546573f3236 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -17,13 +17,6 @@ http_archive( strip_prefix = "googletest-master", ) -# CCTZ (Time-zone framework). -http_archive( - name = "com_googlesource_code_cctz", - urls = ["https://github.com/google/cctz/archive/master.zip"], - strip_prefix = "cctz-master", -) - # RE2 regular-expression framework. Used by some unit-tests. http_archive( name = "com_googlesource_code_re2", |