2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

dump: Remove unused brk on-stack var from dump_task_core_all

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-04-10 15:43:13 +04:00
parent 38ea98aa8b
commit 9a39482875

View File

@@ -908,7 +908,6 @@ static int dump_task_core_all(pid_t pid, const struct proc_pid_stat *stat,
{
struct core_entry *core;
int ret = -1;
unsigned long brk;
pr_info("\n");
pr_info("Dumping core (pid: %d)\n", pid);