mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Remove crash testing code.
svn path=/trunk/; revision=3244
This commit is contained in:
parent
9d6848e6ed
commit
82ad78524a
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: main.c,v 1.129 2002/07/17 21:04:55 dwelch Exp $
|
||||
/* $Id: main.c,v 1.130 2002/07/17 21:28:37 dwelch Exp $
|
||||
*
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/ke/main.c
|
||||
|
@ -613,7 +613,6 @@ ExpInitializeExecutive(VOID)
|
|||
/*
|
||||
* Initalize services loaded at boot time
|
||||
*/
|
||||
*(PULONG)0 = 0;
|
||||
DPRINT("%d files loaded\n",KeLoaderBlock.ModsCount);
|
||||
for (i=0; i < KeLoaderBlock.ModsCount; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue