[ros-diffs] [weiden] 24516: Remove ASSERT(FALSE) statement

weiden at svn.reactos.org weiden at svn.reactos.org
Sun Oct 15 14:23:16 CEST 2006


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=24516&r1=24515&r2=24516&view=diff
==============================================================================
--- 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




More information about the Ros-diffs mailing list