]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/Sec/SecMain.c
Remove BaseMemoryTest PPI and related producers and consumers.
[mirror_edk2.git] / UnixPkg / Sec / SecMain.c
index 2f2a1d26a26beb3b34fc4d9d0023ef425d3fc7c4..599859e58e67983d8c6252b54d547fe9ba1d8120 100644 (file)
@@ -133,7 +133,6 @@ SecSwitchStack (
   UINT32   PermenentMemoryBase
   );
 
-STATIC
 EFI_PHYSICAL_ADDRESS *
 MapMemory (
   INTN fd,
@@ -141,7 +140,6 @@ MapMemory (
   INTN   prot,
   INTN   flags);
 
-STATIC
 EFI_STATUS
 MapFile (
   IN  CHAR8                     *FileName,
@@ -994,8 +992,6 @@ SecNt32PeCoffRelocateImage (
   if (Entry != NULL) {
     ImageContext->EntryPoint = Entry;
     printf("Change %s Entrypoint to :0x%08lx\n", ImageContext->PdbPointer, Entry);
-  } else {
-    printf("Could not find _ModuleEntryPoint Entry, Module may be built error\n");
   }
 
   SecUnixLoaderBreak ();