mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[NTOSKRNL]
Remove a superfluous assert (requested by sir_richard). svn path=/trunk/; revision=47823
This commit is contained in:
parent
cfb8a35516
commit
1890649387
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ MiAllocatePagesForMdl(IN PHYSICAL_ADDRESS LowAddress,
|
|||
//
|
||||
// Make sure it's really free
|
||||
//
|
||||
ASSERT(MiIsPfnInUse(Pfn1) == FALSE);
|
||||
ASSERT(Pfn1->u3.e2.ReferenceCount == 0);
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue