mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Remove ASSERT(FALSE) statement
svn path=/trunk/; revision=24516
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user