There was no reason to have most of the i386Disk routines as i386-only routines,...
[reactos.git] / reactos / boot / freeldr / freeldr / arch / i386 / pcdisk.c
index 568b897..5d3d917 100644 (file)
@@ -378,13 +378,6 @@ BOOLEAN PcDiskReadLogicalSectors(ULONG DriveNumber, ULONGLONG SectorNumber, ULON
        return TRUE;
 }
 
-BOOLEAN
-PcDiskGetPartitionEntry(ULONG DriveNumber, ULONG PartitionNumber, PPARTITION_TABLE_ENTRY PartitionTableEntry)
-{
-  /* Just use the standard routine */
-  return DiskGetPartitionEntry(DriveNumber, PartitionNumber, PartitionTableEntry);
-}
-
 BOOLEAN
 PcDiskGetDriveGeometry(ULONG DriveNumber, PGEOMETRY Geometry)
 {