about summary refs log tree commit diff
path: root/third_party/glog/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/glog/WORKSPACE')
-rw-r--r--third_party/glog/WORKSPACE10
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/glog/WORKSPACE b/third_party/glog/WORKSPACE
deleted file mode 100644
index b5760d04ca..0000000000
--- a/third_party/glog/WORKSPACE
+++ /dev/null
@@ -1,10 +0,0 @@
-load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
-
-http_archive(
-    name = "com_github_gflags_gflags",
-    strip_prefix = "gflags-2.2.2",
-    urls = [
-        "https://mirror.bazel.build/github.com/gflags/gflags/archive/v2.2.2.tar.gz",
-        "https://github.com/gflags/gflags/archive/v2.2.2.tar.gz",
-    ],
-)