diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-11 19:49:26 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-11 19:49:26 +0100 |
| commit | 0fd3d729985e69da307eae327ecdd3cd0ac6c0c1 (patch) | |
| tree | b3071d27e4fa1cfb82bbb9563cc9c6f2cbbe1c33 /include/tree.sh | |
| parent | 425855899fab17aa595ecf1751d3081baa52a9bf (diff) | |
tree.sh: remove redundant TODO
infinite loop detection was here before. i removed it
because it was bloat. we don't take general user input
here, so careful configuration is all we need.
infinite loops are harmless to the user. they are merely
annoying. they would never be introduced to the user,
because configs are always tested before release.
before commit, even.
we can save the user a few watts of electricity, or we
can Keep It Simple.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/tree.sh')
| -rw-r--r-- | include/tree.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tree.sh b/include/tree.sh index bb28f0e0..d891c3af 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -231,9 +231,6 @@ configure_project() # override target/tree specific variables from per-target config: while e "$_tcfg" f || [ "$cmd" != "build_project" ] do - # TODO: detect infinine loops and throw err. - # (currently mitigated by virtue of configuration) - printf "Loading %s config: %s\n" "$project" "$_tcfg" eval "`newvar rev tree`" |
