From ca85c39272e5e2a7220f41513bd82f508d98ca8d Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 26 Nov 2004 17:36:18 +0000 Subject: [PATCH] Removed DPRINT containing SharedData->DosDeviceMap, since there is no DosDeviceMap in this struct. If someone thinks this is wrong, please correct me (I asked in channel, but no reaction at all) svn path=/trunk/; revision=11823 --- reactos/ntoskrnl/ke/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/ke/main.c b/reactos/ntoskrnl/ke/main.c index 2f890ac5bbd..a408fdb46e2 100644 --- a/reactos/ntoskrnl/ke/main.c +++ b/reactos/ntoskrnl/ke/main.c @@ -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.206 2004/11/20 23:46:37 blight Exp $ +/* $Id: main.c,v 1.207 2004/11/26 17:36:18 fireball Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/main.c @@ -263,7 +263,7 @@ InitSystemSharedUserPage (PCSZ ParameterLine) RtlFreeUnicodeString (&DriveDeviceName); RtlFreeUnicodeString (&ArcDeviceName); - DPRINT("DosDeviceMap: 0x%x\n", SharedUserData->DosDeviceMap); + /*DPRINT("DosDeviceMap: 0x%x\n", SharedUserData->DosDeviceMap);*/ if (BootDriveFound == FALSE) {