mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
img: Remove unused open_image_ro_nocheck
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -121,7 +121,6 @@ extern void close_image_dir(void);
|
||||
|
||||
int open_image(int type, unsigned long flags, ...);
|
||||
#define open_image_ro(type, ...) open_image(type, O_RDONLY, ##__VA_ARGS__)
|
||||
extern int open_image_ro_nocheck(const char *fmt, ...);
|
||||
|
||||
#define LAST_PID_PATH "/proc/sys/kernel/ns_last_pid"
|
||||
#define LAST_PID_PERM 0666
|
||||
|
Reference in New Issue
Block a user