Remove ASSERT(FALSE) statement

svn path=/trunk/; revision=24516
This commit is contained in:
Thomas Bluemel 2006-10-15 12:23:15 +00:00
parent fa1f06919a
commit 809d98521c

View file

@ -39,7 +39,6 @@ KeWaitForGate(IN PKGATE Gate,
PKQUEUE Queue;
ASSERT_GATE(Gate);
ASSERT_IRQL_LESS_OR_EQUAL(DISPATCH_LEVEL);
ASSERT(FALSE);
/* Start wait loop */
do