git.sh: remove duplicate "xtree" variable

it's already defined inside the trees script

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit6
Leah Rowe 2024-06-30 14:00:19 +01:00
parent 0c4ad24b05
commit 7394960619
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# Copyright (c) 2020-2021,2023-2024 Leah Rowe <leah@libreboot.org> # Copyright (c) 2020-2021,2023-2024 Leah Rowe <leah@libreboot.org>
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com> # Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
eval `setvars "" rev loc url bkup_url depend tree_depend xtree mdir subhash \ eval `setvars "" rev loc url bkup_url depend tree_depend mdir subhash subrepo \
subrepo subrepo_bkup subfile subfile_bkup` subrepo_bkup subfile subfile_bkup`
fetch_targets() fetch_targets()
{ {