update/trees: remove unused variable

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-05-23 00:01:20 +01:00
parent da42727209
commit 87c361f3df
-1
View File
@@ -236,7 +236,6 @@ check_cmake()
check_autoconf()
{
(
_cfgopt=""
cd "${1}" || $err "!cd $1"
[ -f "bootstrap" ] && x_ ./bootstrap $bootstrapargs
[ -f "autogen.sh" ] && x_ ./autogen.sh ${autogenargs}