Author: weiden
Date: Sun Oct 15 16:23:15 2006
New Revision: 24516
URL:
http://svn.reactos.org/svn/reactos?rev=24516&view=rev
Log:
Remove ASSERT(FALSE) statement
Modified:
trunk/reactos/ntoskrnl/ke/gate.c
Modified: trunk/reactos/ntoskrnl/ke/gate.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/gate.c?rev=245…
==============================================================================
--- trunk/reactos/ntoskrnl/ke/gate.c (original)
+++ trunk/reactos/ntoskrnl/ke/gate.c Sun Oct 15 16:23:15 2006
@@ -39,7 +39,6 @@
PKQUEUE Queue;
ASSERT_GATE(Gate);
ASSERT_IRQL_LESS_OR_EQUAL(DISPATCH_LEVEL);
- ASSERT(FALSE);
/* Start wait loop */
do