about summary refs log tree commit diff
path: root/absl/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/BUILD.bazel')
-rw-r--r--absl/BUILD.bazel14
1 files changed, 0 insertions, 14 deletions
diff --git a/absl/BUILD.bazel b/absl/BUILD.bazel
index 42c107d23a1e..92e9059bb276 100644
--- a/absl/BUILD.bazel
+++ b/absl/BUILD.bazel
@@ -25,20 +25,6 @@ config_setting(
     },
 )
 
-config_setting(
-    name = "hybrid_compiler",
-    values = {
-        "compiler": "hybrid",
-    },
-)
-
-config_setting(
-    name = "llvm_warnings",
-    values = {
-        "define": "ABSL_LLVM_WARNINGS=1",
-    },
-)
-
 # following configs are based on mapping defined in: https://git.io/v5Ijz
 config_setting(
     name = "ios",