update/trees: remove unused variable

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2-merge1
Leah Rowe 2024-05-23 00:01:20 +01:00 committed by Leah Rowe
parent 2b0e71412e
commit 7ec023907b
1 changed files with 0 additions and 1 deletions

View File

@ -234,7 +234,6 @@ check_cmake()
check_autoconf()
{
(
_cfgopt=""
cd "${1}" || $err "!cd $1"
[ -f "bootstrap" ] && x_ ./bootstrap $bootstrapargs
[ -f "autogen.sh" ] && x_ ./autogen.sh ${autogenargs}