[ros-diffs] [gedmurphy] 31688: forgot to remove the assert

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Wed Jan 9 17:07:49 CET 2008


Author: gedmurphy
Date: Wed Jan  9 19:07:48 2008
New Revision: 31688

URL: http://svn.reactos.org/svn/reactos?rev=31688&view=rev
Log:
forgot to remove the assert

Modified:
    trunk/reactos/subsystems/win32/win32k/ntuser/object.c

Modified: trunk/reactos/subsystems/win32/win32k/ntuser/object.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntuser/object.c?rev=31688&r1=31687&r2=31688&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/object.c (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/object.c Wed Jan  9 19:07:48 2008
@@ -108,8 +108,6 @@
       }
       DPRINT1("Handle Count by Type:\n Free = %d Window = %d Menu = %d CursorIcon = %d Hook = %d\n CallProc = %d Accel = %d Monitor = %d\n",
       iFree, iWindow, iMenu, iCursorIcon, iHook, iCallProc, iAccel, iMonitor );
-
-      ASSERT(FALSE);
 //#endif      
       return NULL;
 #if 0




More information about the Ros-diffs mailing list