aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar jingwen <jingwen@google.com>2018-05-14 06:47:07 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-14 06:48:38 -0700
commit9a05d291f3e986bafc7238360731503717d89652 (patch)
tree351d3cb31ea3f387dd3d46314df4439c0bb382fc /WORKSPACE
parentbe733c70b68416d4fd15b2c5e9590b5787ca9098 (diff)
Remove re2 from Bazel.
The last usages of re2 in Bazel were removed in https://github.com/bazelbuild/bazel/commit/04808943e1c18ed670535d531a4dd435587d584b RELNOTES: None. PiperOrigin-RevId: 196498374
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE9
1 files changed, 0 insertions, 9 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 00b82dbce6..49dc92b5e9 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -140,15 +140,6 @@ http_archive(
sha256 = "699b55a6916c687f4b7dc092dbbf5f64672cde0dc965f79717735ec4e5416556",
)
-http_archive(
- name = "com_googlesource_code_re2",
- urls = [
- "https://github.com/google/re2/archive/2017-12-01.tar.gz",
- ],
- strip_prefix = "re2-2017-12-01",
- sha256 = "62797e7cd7cc959419710cd25b075b5f5b247da0e8214d47bf5af9b32128fb0d",
-)
-
# We're pinning to a commit because this project does not have a recent release.
# Nothing special about this commit, though.
http_archive(