]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove ProcessLibraryDestructorList() from the library class of DxeCoreEntryPointLib...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Dec 2008 13:50:11 +0000 (13:50 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Dec 2008 13:50:11 +0000 (13:50 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6791 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/DxeCoreEntryPoint.h
MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c

index 04f2dbf55e4f5ecae4eb079058d2fc509f99da50..90d1d33d5e506d6c6ac28d60f0aca1740928802b 100644 (file)
@@ -79,19 +79,6 @@ ProcessLibraryConstructorList (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
-/**\r
-  Call destructors for all libraries. Automatics Generated by tool.\r
-\r
-  @param  ImageHandle ImageHandle of the loaded driver.\r
-  @param  SystemTable Pointer to the EFI System Table.\r
-\r
-**/\r
-VOID\r
-EFIAPI\r
-ProcessLibraryDestructorList (\r
-  IN EFI_HANDLE        ImageHandle,\r
-  IN EFI_SYSTEM_TABLE  *SystemTable\r
-  );\r
 \r
 /**\r
   Autogenerated function that calls a set of module entry points.\r
index d9c93bdf761fde9934f39397991f799a5b547c7a..f2f30d694063620f0d6cbda5484e6e720b956a28 100644 (file)
@@ -26,7 +26,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 VOID *gHobList = NULL;\r
 \r
 /**\r
-  Enrty point to DXE core.\r
+  Entry point to DXE core.\r
 \r
   This function is the entry point to the DXE Foundation. The PEI phase, which executes just before\r
   DXE, is responsible for loading and invoking the DXE Foundation in system memory. The only\r
@@ -72,7 +72,7 @@ _ModuleEntryPoint (
 \r
 \r
 /**\r
-  Wrapper of enrty point to DXE CORE.\r
+  Wrapper of entry point to DXE CORE.\r
 \r
   @param  HobStart Pointer of HobList.\r
 \r