X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FLibrary%2FEdkIIGlueLib%2FLibrary%2FUefiBootServicesTableLib%2FUefiBootServicesTableLib.c;h=7142e906b2eab1048429933a13ec6b47491ee0d9;hp=1727759a3c3347b9d9f81161fa32f203bf730a50;hb=c7f33ca42470dc87bc41a8583f427883123d67a1;hpb=2c40a813fc32c5c9aa204b10b037c48f42fe6422 diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c index 1727759a3c..7142e906b2 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c @@ -22,7 +22,6 @@ Abstract: #include "EdkIIGlueUefi.h" -EFI_HANDLE gImageHandle; EFI_SYSTEM_TABLE *gST; EFI_BOOT_SERVICES *gBS; @@ -47,11 +46,6 @@ UefiBootServicesTableLibConstructor ( IN EFI_SYSTEM_TABLE *SystemTable ) { - // - // Cache the Image Handle - // - gImageHandle = ImageHandle; - // // Cache pointer to the EFI System Table //