From 9a05d291f3e986bafc7238360731503717d89652 Mon Sep 17 00:00:00 2001 From: jingwen Date: Mon, 14 May 2018 06:47:07 -0700 Subject: 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 --- WORKSPACE | 9 --------- 1 file changed, 9 deletions(-) (limited to 'WORKSPACE') 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( -- cgit v1.2.3