diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-04-01 20:36:05 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-04-01 20:36:05 +0100 |
| commit | 2d69d45e26a0156cbafdff76c97ddb54cfe3f9e4 (patch) | |
| tree | 47a50b557812e7c38a7b886c5c3b52d5b8251d3d /util/libreboot-utils/include/common.h | |
| parent | 6b67e124286c078afa83c05391b29a8ae672d85d (diff) | |
remove dead code
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include/common.h')
| -rw-r--r-- | util/libreboot-utils/include/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index f249e6a5..d08828df 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -465,7 +465,6 @@ int io_args(int fd, void *mem, size_t nrw, off_t off, int rw_type); int check_file(int fd, struct stat *st); ssize_t rw_over_nrw(ssize_t r, size_t nrw); -int off_retry(int saved_errno, off_t rval); int sys_retry(int saved_errno, long rval); int fs_retry(int saved_errno, int rval); int rw_retry(int saved_errno, ssize_t rval); |
