2
0
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:
Pavel Emelyanov
2012-04-05 14:23:21 +04:00
parent 3b35d0531a
commit a541fa8df3
2 changed files with 0 additions and 5 deletions

View File

@@ -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 &&