diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-23 04:48:14 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-23 04:59:29 +0000 |
| commit | 1f7d4c72f4d8b01d72a0e2bb27fa19689533ca25 (patch) | |
| tree | c4c179867e22447ceca84a7f0db00b42c98da49e /util/nvmutil/include | |
| parent | c87e425442f17a70651e05d1deab2a9e50f7625e (diff) | |
remove dead code WIP
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/include')
| -rw-r--r-- | util/nvmutil/include/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/nvmutil/include/common.h b/util/nvmutil/include/common.h index 67969832..a546e464 100644 --- a/util/nvmutil/include/common.h +++ b/util/nvmutil/include/common.h @@ -523,9 +523,6 @@ int close_on_eintr(int fd); int fsync_on_eintr(int fd); int fs_rename_at(int olddirfd, const char *old, int newdirfd, const char *new); -int fs_rm_rf_at(int dirfd, const char *path); -int fs_mkdir_p(const char *path, mode_t mode); -int fs_mkdir_p_at(int dirfd, const char *path, mode_t mode); int fs_open(const char *path, int flags); struct filesystem *rootfs(void); int fs_resolve_at(int dirfd, const char *path, int flags); |
