From af3b2869b33e9cfe3da8f01dbaf991e9ecafa68d Mon Sep 17 00:00:00 2001 From: Stanislav Kinsbursky Date: Thu, 19 Jul 2012 14:56:01 +0400 Subject: [PATCH] show: cleanup remap_id_type() is not used. Signed-off-by: Stanislav Kinsbursky Signed-off-by: Pavel Emelyanov --- cr-show.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cr-show.c b/cr-show.c index b3b87df72..3ab3f4b8d 100644 --- a/cr-show.c +++ b/cr-show.c @@ -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);