aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpp/BUILD')
-rw-r--r--tools/cpp/BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/cpp/BUILD b/tools/cpp/BUILD
index 8ae72fb483..d78f2a8d86 100644
--- a/tools/cpp/BUILD
+++ b/tools/cpp/BUILD
@@ -216,12 +216,6 @@ toolchain(
toolchain_type = ":toolchain_type",
)
-toolchain(
- name = "dummy_cc_toolchain_type",
- toolchain = "dummy_cc_toolchain_impl",
- toolchain_type = ":toolchain_type",
-)
-
load(":dummy_toolchain.bzl", "dummy_toolchain")
dummy_toolchain(name = "dummy_cc_toolchain_impl")