summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-02 04:56:53 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-02 04:56:53 +0100
commit8886f9958f563862337795b22c768bb29a328e23 (patch)
treed75fe5f80f4ab3bed82b4d28aaaf44b30c523366 /include
parentcd2caecb739bb2c20f25780c17813bc70cd2b29a (diff)
include/err: remove unused variable
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/err.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/err.sh b/include/err.sh
index 466e427b..1908a965 100755
--- a/include/err.sh
+++ b/include/err.sh
@@ -1,8 +1,6 @@
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org>
-xfail=""
-
x_() {
[ $# -lt 1 ] || ${@} || err "${@}"
}