[NTOSKRNL]

Remove a superfluous assert (requested by sir_richard).

svn path=/trunk/; revision=47823
This commit is contained in:
Kamil Hornicek 2010-06-21 21:42:12 +00:00
parent cfb8a35516
commit 1890649387

View file

@ -255,7 +255,6 @@ MiAllocatePagesForMdl(IN PHYSICAL_ADDRESS LowAddress,
// //
// Make sure it's really free // Make sure it's really free
// //
ASSERT(MiIsPfnInUse(Pfn1) == FALSE);
ASSERT(Pfn1->u3.e2.ReferenceCount == 0); ASSERT(Pfn1->u3.e2.ReferenceCount == 0);
// //