Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
633e5592
Commit
633e5592
authored
Aug 24, 2013
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show: Remove dead code
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
b18fb09e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
14 deletions
+0
-14
cr-show.c
cr-show.c
+0
-7
cr-show.h
include/cr-show.h
+0
-1
protobuf.h
include/protobuf.h
+0
-6
No files found.
cr-show.c
View file @
633e5592
...
...
@@ -54,13 +54,6 @@
static
LIST_HEAD
(
pstree_list
);
void
show_fown_cont
(
void
*
p
)
{
FownEntry
*
fown
=
p
;
pr_msg
(
"fown: uid: %#x euid: %#x signum: %#x pid_type: %#x pid: %u"
,
fown
->
uid
,
fown
->
euid
,
fown
->
signum
,
fown
->
pid_type
,
fown
->
pid
);
}
static
void
pipe_data_handler
(
int
fd
,
void
*
obj
)
{
PipeDataEntry
*
e
=
obj
;
...
...
include/cr-show.h
View file @
633e5592
...
...
@@ -11,7 +11,6 @@ struct show_image_info {
};
extern
void
show_siginfo
(
int
fd
);
extern
void
show_fown_cont
(
void
*
p
);
extern
void
sk_queue_data_handler
(
int
fd
,
void
*
obj
);
extern
void
ipc_shm_handler
(
int
fd
,
void
*
obj
);
extern
void
ipc_msg_handler
(
int
fd
,
void
*
obj
);
...
...
include/protobuf.h
View file @
633e5592
...
...
@@ -39,12 +39,6 @@ extern void do_pb_show_plain(int fd, int type, int single_entry,
#define pb_show_plain_pretty(__fd, __proto_message_name, __pretty) \
pb_show_plain_payload_pretty(__fd, __proto_message_name, NULL, __pretty)
#define pb_show_plain(__fd, __type) \
pb_show_plain_payload(__fd, __type, NULL)
#define pb_show_vertical(__fd, __type) \
do_pb_show_plain(__fd, __type, 1, NULL, NULL)
struct
collect_image_info
{
int
fd_type
;
int
pb_type
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment