mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Remove an assert that doesn't belong.
svn path=/trunk/; revision=39616
This commit is contained in:
@@ -223,7 +223,6 @@ BOOLEAN AddrIsEqual(
|
||||
{
|
||||
if (Address1->Type != Address2->Type) {
|
||||
DbgPrint("AddrIsEqual: Unequal Address Types\n");
|
||||
ASSERT(FALSE);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user