- Removed test code.

svn path=/trunk/; revision=5924
This commit is contained in:
David Welch 2003-08-29 21:22:24 +00:00
parent b8025b214f
commit eebe1ed001

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
/* $Id: pagefile.c,v 1.35 2003/08/27 21:28:08 dwelch Exp $ /* $Id: pagefile.c,v 1.36 2003/08/29 21:22:24 dwelch Exp $
* *
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: ntoskrnl/mm/pagefile.c * FILE: ntoskrnl/mm/pagefile.c
@ -692,7 +692,6 @@ MmInitializeCrashDump(HANDLE PageFileHandle, ULONG PageFileNum)
MmCoreDumpPageFile = PageFileNum; MmCoreDumpPageFile = PageFileNum;
ObDereferenceObject(PageFile); ObDereferenceObject(PageFile);
*(PULONG)0 = 0;
return(STATUS_SUCCESS); return(STATUS_SUCCESS);
} }