From 31e99b7b379d5cc7e25e00b8b6fe84d088881e7e Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Tue, 17 Jan 2012 10:57:19 +0400 Subject: [PATCH] restore: Drop uneeded code Signed-off-by: Cyrill Gorcunov --- cr-restore.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cr-restore.c b/cr-restore.c index e7b662a89..4ac76707a 100644 --- a/cr-restore.c +++ b/cr-restore.c @@ -1585,10 +1585,6 @@ err: int cr_restore_tasks(pid_t pid, struct cr_options *opts) { -#if 0 - sigreturn_restore(pid, pid); -#endif - pstree_pid = pid; if (opts->leader_only)