aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp
diff options
context:
space:
mode:
authorGravatar John Cater <jcater@google.com>2018-02-23 08:01:28 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-23 08:03:36 -0800
commit4ccecae85c12086e9610b67b50d21f5470fa89b6 (patch)
tree6108df78620dd19a470413233e286cba82328b8b /tools/cpp
parent246f0aa048aeb3f456c89565e1e3021957b6cef4 (diff)
Remove some default cc toolchain definitions.
Change-Id: Idb0c9fe770cd73c2760bee92997063c4c9b2e94e PiperOrigin-RevId: 186768436
Diffstat (limited to 'tools/cpp')
-rw-r--r--tools/cpp/BUILD6
-rw-r--r--tools/cpp/BUILD.static6
-rw-r--r--tools/cpp/BUILD.tpl6
3 files changed, 0 insertions, 18 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")
diff --git a/tools/cpp/BUILD.static b/tools/cpp/BUILD.static
index 92cefaa20b..6175a5adcb 100644
--- a/tools/cpp/BUILD.static
+++ b/tools/cpp/BUILD.static
@@ -141,12 +141,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")
diff --git a/tools/cpp/BUILD.tpl b/tools/cpp/BUILD.tpl
index 26a8a47d6a..edf2ba6005 100644
--- a/tools/cpp/BUILD.tpl
+++ b/tools/cpp/BUILD.tpl
@@ -108,12 +108,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")