mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Remove ASSERT(FALSE) statement
svn path=/trunk/; revision=24516
This commit is contained in:
parent
fa1f06919a
commit
809d98521c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue