mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
show: cleanup
remap_id_type() is not used. Signed-off-by: Stanislav Kinsbursky <skinsbursky@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
37dd509fae
commit
af3b2869b3
@ -88,14 +88,6 @@ void show_reg_files(int fd_reg_files, struct cr_options *o)
|
||||
pb_show_plain(fd_reg_files, reg_file_entry);
|
||||
}
|
||||
|
||||
static inline char *remap_id_type(u32 id)
|
||||
{
|
||||
if (id & REMAP_GHOST)
|
||||
return "ghost";
|
||||
else
|
||||
return "real";
|
||||
}
|
||||
|
||||
void show_remap_files(int fd, struct cr_options *o)
|
||||
{
|
||||
pb_show_plain(fd, remap_file_path_entry);
|
||||
|
Loading…
x
Reference in New Issue
Block a user