[CLEAN] Remove unused code 81/76881/2
authorAnatolii Nikulin <nikulin.a@samsung.com>
Mon, 27 Jun 2016 14:52:45 +0000 (17:52 +0300)
committerAnatolii Nikulin <nikulin.a@samsung.com>
Thu, 30 Jun 2016 06:10:02 +0000 (09:10 +0300)
Change-Id: Ic474cdc2838b427c418bb0c41eb8304aa1509160
Signed-off-by: Anatolii Nikulin <nikulin.a@samsung.com>
us_manager/sspt/sspt_proc.c

index c17e5e2..e976289 100644 (file)
@@ -433,11 +433,7 @@ void sspt_proc_install_page(struct sspt_proc *proc, unsigned long page_addr)
                struct dentry *dentry = vma->vm_file->f_path.dentry;
                struct sspt_file *file = sspt_proc_find_file(proc, dentry);
                if (file) {
-                       struct sspt_page *page;
-
                        sspt_file_set_mapping(file, vma);
-
-                       page = sspt_find_page_mapped(file, page_addr);
                        sspt_file_install(file);
                }
        }