X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FDxeCoreEntryPoint.h;h=09a5499d01b1698e70d84ea93c724998be2fd2c2;hp=04f2dbf55e4f5ecae4eb079058d2fc509f99da50;hb=34860f7a069641fb9e14077c01605215aae68a9b;hpb=6a0e332d933a6fd20d9ff417c6b59a7b438708ee diff --git a/MdePkg/Include/Library/DxeCoreEntryPoint.h b/MdePkg/Include/Library/DxeCoreEntryPoint.h index 04f2dbf55e..09a5499d01 100644 --- a/MdePkg/Include/Library/DxeCoreEntryPoint.h +++ b/MdePkg/Include/Library/DxeCoreEntryPoint.h @@ -25,7 +25,7 @@ extern VOID *gHobList; The entry point of PE/COFF Image for the DXE Core. This function is the entry point for the DXE Core. This function is required - to call ProcessModuleEntryPointList() and ProcessModuleEntryPoint() is never + to call ProcessModuleEntryPointList() and ProcessModuleEntryPointList() is never expected to return. The DXE Core is responsible for calling ProcessLibraryConstructorList() as soon as the EFI System Table and the image handle for the DXE Core itself have been established. @@ -79,19 +79,6 @@ ProcessLibraryConstructorList ( IN EFI_SYSTEM_TABLE *SystemTable ); -/** - Call destructors for all libraries. Automatics Generated by tool. - - @param ImageHandle ImageHandle of the loaded driver. - @param SystemTable Pointer to the EFI System Table. - -**/ -VOID -EFIAPI -ProcessLibraryDestructorList ( - IN EFI_HANDLE ImageHandle, - IN EFI_SYSTEM_TABLE *SystemTable - ); /** Autogenerated function that calls a set of module entry points.