mirror of
https://github.com/reactos/reactos.git
synced 2025-05-01 03:29:37 +00:00
Remove an assert that doesn't belong.
svn path=/trunk/; revision=39616
This commit is contained in:
parent
dced580965
commit
28a87330c4
1 changed files with 0 additions and 1 deletions
|
@ -223,7 +223,6 @@ BOOLEAN AddrIsEqual(
|
||||||
{
|
{
|
||||||
if (Address1->Type != Address2->Type) {
|
if (Address1->Type != Address2->Type) {
|
||||||
DbgPrint("AddrIsEqual: Unequal Address Types\n");
|
DbgPrint("AddrIsEqual: Unequal Address Types\n");
|
||||||
ASSERT(FALSE);
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue