]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c
1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes:
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Library / UefiBootServicesTableLib / UefiBootServicesTableLib.c
index 1727759a3c3347b9d9f81161fa32f203bf730a50..7142e906b2eab1048429933a13ec6b47491ee0d9 100644 (file)
@@ -22,7 +22,6 @@ Abstract:
 \r
 #include "EdkIIGlueUefi.h"\r
 \r
-EFI_HANDLE         gImageHandle;\r
 EFI_SYSTEM_TABLE   *gST;\r
 EFI_BOOT_SERVICES  *gBS;\r
 \r
@@ -47,11 +46,6 @@ UefiBootServicesTableLibConstructor (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   )\r
 {\r
-  //\r
-  // Cache the Image Handle\r
-  //\r
-  gImageHandle = ImageHandle;\r
-\r
   //\r
   // Cache pointer to the EFI System Table\r
   //\r