From 71ce82dea28e189d2c7bea035f16a0a5e44a5921 Mon Sep 17 00:00:00 2001 From: Tony Allevato Date: Tue, 28 Feb 2023 10:38:06 -0800 Subject: [PATCH] Remove `force_apple_target` Starlark flag PiperOrigin-RevId: 512976463 (cherry picked from commit 3a2954192fd2439ce0b5decfa2c47ef98e3a9c8c) Signed-off-by: Brentley Jones --- swift/BUILD | 9 --------- 1 file changed, 9 deletions(-) diff --git a/swift/BUILD b/swift/BUILD index 0cf87f644..e99f15c23 100644 --- a/swift/BUILD +++ b/swift/BUILD @@ -359,15 +359,6 @@ config_setting( }, ) -# Configuration setting for forcing generation of Apple targets. -# NOTE: this is only intended for use with transitions that want to force -# building of an Apple target when building for Linux. -bool_setting( - name = "force_apple_target", - build_setting_default = False, - visibility = ["//visibility:public"], -) - # Allows a user to override the default Swift driver during a build, if the # toolchain is using the default. label_flag(