From 3eed47223b255c092f3aba31b68a9acefa9be523 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Sun, 1 Sep 2019 12:23:39 +0100 Subject: [PATCH] files-reg: Drop clear_ghost_files() prototype The function clear_ghost_files() has been removed in commit b11eeea "restore: auto-unlink for ghost files (v2)". Signed-off-by: Radostin Stoyanov --- criu/include/files-reg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/criu/include/files-reg.h b/criu/include/files-reg.h index 7a22d4d82..016d76a9f 100644 --- a/criu/include/files-reg.h +++ b/criu/include/files-reg.h @@ -30,7 +30,6 @@ extern int open_reg_by_id(u32 id); extern int open_reg_fd(struct file_desc *); extern int open_path(struct file_desc *, int (*open_cb)(int ns_root_fd, struct reg_file_info *, void *), void *arg); -extern void clear_ghost_files(void); extern const struct fdtype_ops regfile_dump_ops; extern int do_open_reg_noseek_flags(int ns_root_fd, struct reg_file_info *rfi, void *arg);