remove dead code

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-04-01 20:36:05 +01:00
parent 6b67e12428
commit 2d69d45e26
3 changed files with 7 additions and 20 deletions
-12
View File
@@ -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
*/