aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc
diff options
context:
space:
mode:
authorGravatar Yun Peng <pcloudy@google.com>2018-01-05 16:29:07 +0100
committerGravatar Yun Peng <pcloudy@google.com>2018-01-05 16:35:22 +0100
commit18fa042d9584f2f4bdde1233169ebe45789b988a (patch)
tree425fadca7a3e3f17415afb78e31db1acc8804625 /third_party/grpc
parentf05a59f68563b48a30abc55dbe927048df011fe2 (diff)
Clean up Windows config_settings [third_party]
Change-Id: I14256e583d07ebad9a0b525917d25e5cb5f7f684
Diffstat (limited to 'third_party/grpc')
-rw-r--r--third_party/grpc/BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD
index a860113085..e570046629 100644
--- a/third_party/grpc/BUILD
+++ b/third_party/grpc/BUILD
@@ -12,11 +12,6 @@ config_setting(
values = { "cpu": "x64_windows" },
)
-config_setting(
- name = "windows_msvc",
- values = { "cpu": "x64_windows_msvc" },
-)
-
filegroup(
name = "bootstrap-grpc-jars",
srcs = [
@@ -441,7 +436,6 @@ cc_library(
"-Wimplicit-function-declaration",
],
":windows": ["/we4013"],
- ":windows_msvc": ["/we4013"],
}),
includes = [
".",