forgot to remove the assert

svn path=/trunk/; revision=31688
This commit is contained in:
Ged Murphy 2008-01-09 16:07:48 +00:00
parent 1300cdce17
commit 4461c225f8

View file

@ -108,8 +108,6 @@ __inline static PUSER_HANDLE_ENTRY alloc_user_entry(PUSER_HANDLE_TABLE ht)
}
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