Cleanup xtos_o module
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 46s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
Rafal Kupiec 2024-01-04 16:25:13 +01:00
parent f99b3c1136
commit ed8b93beb0
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -528,10 +528,6 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
EFI_GUID Guid = XT_XTOS_BOOT_PROTOCOL_GUID; EFI_GUID Guid = XT_XTOS_BOOT_PROTOCOL_GUID;
EFI_STATUS Status; EFI_STATUS Status;
// /* Set the system table and image handle */
// EfiImageHandle = ImageHandle;
// EfiSystemTable = SystemTable;
/* Open the XTLDR protocol */ /* Open the XTLDR protocol */
Status = BlGetXtLdrProtocol(SystemTable, ImageHandle, &XtLdrProtocol); Status = BlGetXtLdrProtocol(SystemTable, ImageHandle, &XtLdrProtocol);
if(Status != STATUS_EFI_SUCCESS) if(Status != STATUS_EFI_SUCCESS)