diff --git a/xtldr2/modules/xtos_o/xtos.c b/xtldr2/modules/xtos_o/xtos.c index a1e56d1..5670c6c 100644 --- a/xtldr2/modules/xtos_o/xtos.c +++ b/xtldr2/modules/xtos_o/xtos.c @@ -528,10 +528,6 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle, EFI_GUID Guid = XT_XTOS_BOOT_PROTOCOL_GUID; EFI_STATUS Status; - // /* Set the system table and image handle */ - // EfiImageHandle = ImageHandle; - // EfiSystemTable = SystemTable; - /* Open the XTLDR protocol */ Status = BlGetXtLdrProtocol(SystemTable, ImageHandle, &XtLdrProtocol); if(Status != STATUS_EFI_SUCCESS)