mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +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
|
#endif
|
||||||
MmLockAddressSpace(&Process->Vm);
|
MmLockAddressSpace(&Process->Vm);
|
||||||
|
|
||||||
/* There should not be any memory areas left! */
|
|
||||||
ASSERT(Process->Vm.WorkingSetExpansionLinks.Flink == NULL);
|
|
||||||
|
|
||||||
#if (_MI_PAGING_LEVELS == 2)
|
#if (_MI_PAGING_LEVELS == 2)
|
||||||
{
|
{
|
||||||
KIRQL OldIrql;
|
KIRQL OldIrql;
|
||||||
|
|
Loading…
Reference in a new issue