mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +00:00
Remove the DPRINT containing SharedData->DosDeviceMap entirely because it doesn't exist any more.
svn path=/trunk/; revision=11828
This commit is contained in:
parent
dd3ebaf245
commit
aeda3e3f55
1 changed files with 1 additions and 3 deletions
|
@ -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: main.c,v 1.207 2004/11/26 17:36:18 fireball Exp $
|
/* $Id: main.c,v 1.208 2004/11/27 11:42:56 ekohl Exp $
|
||||||
*
|
*
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* FILE: ntoskrnl/ke/main.c
|
* FILE: ntoskrnl/ke/main.c
|
||||||
|
@ -263,8 +263,6 @@ InitSystemSharedUserPage (PCSZ ParameterLine)
|
||||||
RtlFreeUnicodeString (&DriveDeviceName);
|
RtlFreeUnicodeString (&DriveDeviceName);
|
||||||
RtlFreeUnicodeString (&ArcDeviceName);
|
RtlFreeUnicodeString (&ArcDeviceName);
|
||||||
|
|
||||||
/*DPRINT("DosDeviceMap: 0x%x\n", SharedUserData->DosDeviceMap);*/
|
|
||||||
|
|
||||||
if (BootDriveFound == FALSE)
|
if (BootDriveFound == FALSE)
|
||||||
{
|
{
|
||||||
DbgPrint("No system drive found!\n");
|
DbgPrint("No system drive found!\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue