remove unuse code

Change-Id: I608a6e18aad240c52398d744191f6df4bdd68cb5
This commit is contained in:
denny 2021-03-23 10:35:23 +08:00
parent 8d0e58f98c
commit 6af9d2ff16
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ STATIC VOID OsPageCacheAdd(LosFilePage *page, struct page_mapping *mapping, VM_O
}
LOS_ListTailInsert(&mapping->page_list, &page->node);
//comment out code with no effect
//OsSetPageLRU(page->vmPage);
done_add:
mapping->nrpages++;