- Merge from trunk up to r45543
[reactos.git] / boot / freeldr / freeldr / machine.c
index b3159e5..9021a7c 100644 (file)
@@ -41,7 +41,6 @@
 #undef MachDiskReadLogicalSectors
 #undef MachDiskGetDriveGeometry
 #undef MachDiskGetCacheableBlockCount
-#undef MachHwDetect
 
 MACHVTBL MachVtbl;
 
@@ -177,10 +176,4 @@ MachDiskGetCacheableBlockCount(ULONG DriveNumber)
   return MachVtbl.DiskGetCacheableBlockCount(DriveNumber);
 }
 
-VOID
-MachHwDetect(VOID)
-{
-  MachVtbl.HwDetect();
-}
-
 /* EOF */