remove unused variables in blob scripts

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-09-29 18:44:00 +01:00
parent 32da4e319b
commit 8ea62a1661
2 changed files with 3 additions and 7 deletions
-2
View File
@@ -12,8 +12,6 @@ release_archive="n"
main()
{
sname="${0}"
[ $# -lt 1 ] && err "No options specified."
[ "${1}" = "listboards" ] && \
listitems config/coreboot && exit 0