diff options
| -rw-r--r-- | dev/Boot/src/HEL/AMD64/BootEFI.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev/Boot/src/HEL/AMD64/BootEFI.cc b/dev/Boot/src/HEL/AMD64/BootEFI.cc index 84a4a777..4f9087c9 100644 --- a/dev/Boot/src/HEL/AMD64/BootEFI.cc +++ b/dev/Boot/src/HEL/AMD64/BootEFI.cc @@ -218,7 +218,6 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr image_handle, syschk_thread->Start(handover_hdr, NO); } -#ifndef __AHCI__ Boot::BDiskFormatFactory<BootDeviceATA> partition_factory; if (syschk_thread->Start(handover_hdr, NO) != kEfiOk) @@ -245,8 +244,7 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr image_handle, fb_clear(); } } -#endif - + // ------------------------------------------ // // null these fields, to avoid being reused later. // ------------------------------------------ // |
