From ba9aaab2774ea6faaf935789f7393d480f4797a1 Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Thu, 30 May 2019 10:39:07 +0200 Subject: [PATCH] Remove unused msvc-wrapper related filegroups RELNOTES: None --- tools/cpp/BUILD | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/tools/cpp/BUILD b/tools/cpp/BUILD index 34c428999b999e..c5e48ad0d83e87 100644 --- a/tools/cpp/BUILD +++ b/tools/cpp/BUILD @@ -357,10 +357,10 @@ toolchain( cc_toolchain( name = "cc-compiler-x64_windows_msvc", - all_files = ":every-file-x64_windows", + all_files = ":empty", ar_files = ":empty", as_files = ":empty", - compiler_files = ":compile-x64_windows", + compiler_files = ":empty", dwp_files = ":empty", linker_files = ":empty", objcopy_files = ":empty", @@ -391,24 +391,6 @@ toolchain( toolchain_type = ":toolchain_type", ) -filegroup( - name = "every-file-x64_windows", - srcs = [ - ":compile-x64_windows", - ], -) - -filegroup( - name = "compile-x64_windows", - srcs = glob( - [ - "wrapper/bin/msvc_*", - "wrapper/bin/pydir/msvc*", - ], - allow_empty = True, - ), -) - filegroup( name = "srcs", srcs = glob(["**"]) + [