Commit 9a394828 authored by Pavel Emelyanov's avatar Pavel Emelyanov

dump: Remove unused brk on-stack var from dump_task_core_all

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 38ea98aa
......@@ -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);
......
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