mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOS/MM] Remove an outdated check
This commit is contained in:
parent
0187c1e113
commit
80f8beeeee
1 changed files with 0 additions and 3 deletions
|
@ -588,9 +588,6 @@ MmDeleteProcessAddressSpace(PEPROCESS Process)
|
|||
#endif
|
||||
MmLockAddressSpace(&Process->Vm);
|
||||
|
||||
/* There should not be any memory areas left! */
|
||||
ASSERT(Process->Vm.WorkingSetExpansionLinks.Flink == NULL);
|
||||
|
||||
#if (_MI_PAGING_LEVELS == 2)
|
||||
{
|
||||
KIRQL OldIrql;
|
||||
|
|
Loading…
Reference in a new issue