[NTOS/MM] Remove an outdated check

This commit is contained in:
Jérôme Gardou 2020-10-22 15:26:21 +02:00
parent 0187c1e113
commit 80f8beeeee

View file

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