summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongming Qu <qzmfranklin@gmail.com>2017-12-14 13:45:01 -0800
committerZhongming Qu <qzmfranklin@gmail.com>2017-12-14 13:45:01 -0800
commit389a7782e833013d150a54ae0fd6ac161904bd58 (patch)
tree7341634aaaf5f696b731d24d90526c218b857987
parentea458f60b9ebe75b2d72626fa6915583b6648207 (diff)
downloadglog-389a7782e833013d150a54ae0fd6ac161904bd58.tar.gz
glog-389a7782e833013d150a54ae0fd6ac161904bd58.tar.bz2
glog-389a7782e833013d150a54ae0fd6ac161904bd58.zip
Remove the use of bind() from WORKSPACE.
-rw-r--r--WORKSPACE5
1 files changed, 0 insertions, 5 deletions
diff --git a/WORKSPACE b/WORKSPACE
index f5d080e..0c2620f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,8 +3,3 @@ git_repository(
remote = "https://github.com/gflags/gflags.git",
tag = 'v2.2.1',
)
-
-bind(
- name = "gflags",
- actual = "@com_github_gflags_gflags//:gflags",
-)