mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-04 00:05:26 +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:
@@ -908,7 +908,6 @@ static int dump_task_core_all(pid_t pid, const struct proc_pid_stat *stat,
|
|||||||
{
|
{
|
||||||
struct core_entry *core;
|
struct core_entry *core;
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
unsigned long brk;
|
|
||||||
|
|
||||||
pr_info("\n");
|
pr_info("\n");
|
||||||
pr_info("Dumping core (pid: %d)\n", pid);
|
pr_info("Dumping core (pid: %d)\n", pid);
|
||||||
|
Reference in New Issue
Block a user