include/err: remove unused variable

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-02 04:56:53 +01:00
parent cd2caecb73
commit 8886f9958f
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org>
xfail=""
x_() {
[ $# -lt 1 ] || ${@} || err "${@}"
}