trees: remove unnecessary commonts

behaviour described there is obvious just
from analysing the while loop condition

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-06-30 13:46:31 +01:00 committed by Leah Rowe
parent 516b399eb1
commit e332937241
1 changed files with 0 additions and 2 deletions

View File

@ -149,8 +149,6 @@ load_target_config()
_tcfg="$1/target.cfg"
while [ -f "$_tcfg" ] || [ "$cmd" = "build_targets" ]; do
# target.cfg optional on single-tree so return if missing.
# target.cfg mandatory on multi-tree so err if missing.
eval `setvars "" rev tree`
printf "Loading %s config: %s\n" "$project" "$_tcfg"