summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/lib/file.c
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-04-01 20:36:05 +0100
committerLeah Rowe <leah@libreboot.org>2026-04-01 20:36:05 +0100
commit2d69d45e26a0156cbafdff76c97ddb54cfe3f9e4 (patch)
tree47a50b557812e7c38a7b886c5c3b52d5b8251d3d /util/libreboot-utils/lib/file.c
parent6b67e124286c078afa83c05391b29a8ae672d85d (diff)
remove dead code
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/lib/file.c')
-rw-r--r--util/libreboot-utils/lib/file.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/util/libreboot-utils/lib/file.c b/util/libreboot-utils/lib/file.c
index 986bf788..a788d4af 100644
--- a/util/libreboot-utils/lib/file.c
+++ b/util/libreboot-utils/lib/file.c
@@ -762,18 +762,6 @@ xclose(int *fd)
*/
-/* retry switch for offset-based
- * functions e.g. lseek
- */
-/* retry switch for functions that
- return long status e.g. linux syscall
- */
-int
-off_retry(int saved_errno, off_t rval)
-{
- fs_err_retry();
-}
-
/* retry switch for functions that
return long status e.g. linux syscall
*/