mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 10:12:04 +02:00
include/err: remove unused variable
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org>
|
# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org>
|
||||||
|
|
||||||
xfail=""
|
|
||||||
|
|
||||||
x_() {
|
x_() {
|
||||||
[ $# -lt 1 ] || ${@} || err "${@}"
|
[ $# -lt 1 ] || ${@} || err "${@}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user