diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-02-26 22:49:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-08-17 10:09:17 +0200 |
commit | 1c926126cee3bbada71605de1fd4cbb5bca8523d (patch) | |
tree | 59f267ac4aafccaa0eff7bb8377bcb643b513f06 /src/import/import-common.h | |
parent | docs: document how to turn off btrfs quota support in importd (diff) | |
download | systemd-1c926126cee3bbada71605de1fd4cbb5bca8523d.tar.xz systemd-1c926126cee3bbada71605de1fd4cbb5bca8523d.zip |
import: drop some now unused functions from import-common.c
Diffstat (limited to 'src/import/import-common.h')
-rw-r--r-- | src/import/import-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/import/import-common.h b/src/import/import-common.h index 36052a2952..97fc16d1b9 100644 --- a/src/import/import-common.h +++ b/src/import/import-common.h @@ -18,9 +18,6 @@ typedef enum ImportFlags { IMPORT_FLAGS_MASK_RAW = IMPORT_FORCE|IMPORT_READ_ONLY|IMPORT_CONVERT_QCOW2|IMPORT_DIRECT|IMPORT_SYNC, } ImportFlags; -int import_make_read_only_fd(int fd); -int import_make_read_only(const char *path); - int import_fork_tar_c(const char *path, pid_t *ret); int import_fork_tar_x(const char *path, pid_t *ret); |