Commit af3b2869 authored by Stanislav Kinsbursky's avatar Stanislav Kinsbursky Committed by Pavel Emelyanov

show: cleanup

remap_id_type() is not used.
Signed-off-by: 's avatarStanislav Kinsbursky <skinsbursky@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 37dd509f
...@@ -88,14 +88,6 @@ void show_reg_files(int fd_reg_files, struct cr_options *o) ...@@ -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); 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) void show_remap_files(int fd, struct cr_options *o)
{ {
pb_show_plain(fd, remap_file_path_entry); pb_show_plain(fd, remap_file_path_entry);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment