Author: hpoussin
Date: Tue Apr 21 23:19:48 2009
New Revision: 40637

URL: http://svn.reactos.org/svn/reactos?rev=40637&view=rev
Log:
Fix warning

Modified:
    trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c

Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c?rev=40637&r1=40636&r2=40637&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c [iso-8859-1] 
(original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c [iso-8859-1] Tue 
Apr 21 23:19:48 2009
@@ -500,7 +500,9 @@
   ULONG Signature;
   CHAR Identifier[20];
   CHAR ArcName[256];
+#if 0
   PARTITION_TABLE_ENTRY PartitionTableEntry;
+#endif
 
   /* Read the MBR */
   if (!MachDiskReadLogicalSectors(DriveNumber, 0ULL, 1, (PVOID)DISKREADBUFFER))

Reply via email to