mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[NTOS/MM] Remove an outdated check
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user