Remove the use of bind() from WORKSPACE.
authorZhongming Qu <qzmfranklin@gmail.com>
Thu, 14 Dec 2017 21:45:01 +0000 (13:45 -0800)
committerZhongming Qu <qzmfranklin@gmail.com>
Thu, 14 Dec 2017 21:45:01 +0000 (13:45 -0800)
WORKSPACE

index f5d080e..0c2620f 100644 (file)
--- 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",
-)