mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
rst: Remove unused pstree_pid
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -181,8 +181,6 @@ struct pstree_item {
|
||||
u32 *children; /* array of children */
|
||||
};
|
||||
|
||||
extern pid_t pstree_pid;
|
||||
|
||||
static inline int in_vma_area(struct vma_area *vma, unsigned long addr)
|
||||
{
|
||||
return addr >= (unsigned long)vma->vma.start &&
|
||||
|
Reference in New Issue
Block a user