From 2d69d45e26a0156cbafdff76c97ddb54cfe3f9e4 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Apr 2026 20:36:05 +0100 Subject: remove dead code Signed-off-by: Leah Rowe --- util/libreboot-utils/lib/file.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'util/libreboot-utils/lib/file.c') 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 */ -- cgit v1.2.1