From ed8b93beb0cf003c2eefeb509585479c8ca99bc3 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Thu, 4 Jan 2024 16:25:13 +0100 Subject: [PATCH] Cleanup xtos_o module --- xtldr2/modules/xtos_o/xtos.c | 4 ---- 1 file changed, 4 deletions(-) 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)