Remove the use of bind() from WORKSPACE.

This commit is contained in:
Zhongming Qu 2017-12-14 13:45:01 -08:00
parent ea458f60b9
commit 389a7782e8

View File

@ -3,8 +3,3 @@ git_repository(
remote = "https://github.com/gflags/gflags.git", remote = "https://github.com/gflags/gflags.git",
tag = 'v2.2.1', tag = 'v2.2.1',
) )
bind(
name = "gflags",
actual = "@com_github_gflags_gflags//:gflags",
)