aboutsummaryrefslogtreecommitdiff
path: root/pw_build
diff options
context:
space:
mode:
authorArmando Montanez <amontanez@google.com>2023-10-27 19:00:42 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-10-27 19:00:42 +0000
commit9aa8a037d67ac4ff08567aa48deffa768376c624 (patch)
treea9dcd26affc43ec1126b336802859a5c91ee90a1 /pw_build
parentf50e8aa47fdcf242373a7205af1cebff85ffaa79 (diff)
downloadpigweed-9aa8a037d67ac4ff08567aa48deffa768376c624.tar.gz
pw_build: Remove pw_build_default_configs_in_toolchain
Removes the last remnant of the GN default config handling cleanup. Fixes: b/260111641 Change-Id: I68738452e04c41c009916e106b9c2c6b8a191de9 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/177894 Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com> Reviewed-by: Alexei Frolov <frolv@google.com>
Diffstat (limited to 'pw_build')
-rw-r--r--pw_build/defaults.gni4
1 files changed, 0 insertions, 4 deletions
diff --git a/pw_build/defaults.gni b/pw_build/defaults.gni
index 9aa279804..f1eb0aa71 100644
--- a/pw_build/defaults.gni
+++ b/pw_build/defaults.gni
@@ -58,10 +58,6 @@ declare_args() {
pw_build_DEFAULT_VISIBILITY = [ "*" ]
}
-# TODO: b/260111641 - This variable is intended to smooth over a transition and
-# will be deleted shortly.
-pw_build_default_configs_in_toolchain = true
-
# These are the default configs automatically applied to every pw_* C/C++ build
# step regardless of toolchain. If you want to omit one of these from your
# toolchain, add the undesired config to pw_build_REMOVE_DEFAULT_CONFIGS.