From 389a7782e833013d150a54ae0fd6ac161904bd58 Mon Sep 17 00:00:00 2001 From: Zhongming Qu Date: Thu, 14 Dec 2017 13:45:01 -0800 Subject: [PATCH] Remove the use of bind() from WORKSPACE. --- WORKSPACE | 5 ----- 1 file changed, 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", -) -- 2.34.1